Skip to content

Commit

Permalink
stretch timeout for reference tests to 40m in circleci
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Jan 26, 2024
1 parent 9b33e2e commit 9b0e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -204,7 +204,7 @@ jobs:
at: ~/project
- run:
name: ReferenceTests
no_output_timeout: 30m
no_output_timeout: 40m
command: |
git submodule update --init --recursive
./gradlew --no-daemon referenceTest
Expand Down

0 comments on commit 9b0e38f

Please sign in to comment.