Skip to content

Commit

Permalink
Add timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
prbprbprb committed Oct 12, 2024
1 parent 28dd5b5 commit b5b554f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# Run every day at midnight UTC
- cron: '0 0 * * *'

timeout-minutes: 30

jobs:
boringssl_clone:
# This step ensures that all builders have the same version of BoringSSL
Expand Down Expand Up @@ -304,6 +306,7 @@ jobs:
run: mvn org.apache.maven.plugins:maven-dependency-plugin:3.8.0:copy -Dartifact=org.junit.platform:junit-platform-console-standalone:1.11.2 -DoutputDirectory=. -Dmdep.stripVersion=true

- name: Run JUnit tests
timeout-minutes: 15
shell: bash
run: |
DIR="$(find m2/org/conscrypt/conscrypt-openjdk-uber -maxdepth 1 -mindepth 1 -type d -print)"
Expand Down

0 comments on commit b5b554f

Please sign in to comment.