Skip to content

Commit

Permalink
bump no-output timeout to 30 minutes for reference tests
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Aug 26, 2021
1 parent ecda96f commit e0772b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
at: ~/project
- run:
name: ReferenceTests
no_output_timeout: 20m
no_output_timeout: 30m
command: |
git submodule update --init --recursive
./gradlew --no-daemon referenceTest
Expand Down

0 comments on commit e0772b4

Please sign in to comment.