Skip to content

Commit

Permalink
Change timeout config back (Consensys#8002)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha authored Feb 20, 2024
1 parent 7d8a409 commit 4d6265c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- deps-{{ checksum "build.gradle" }}-{{ checksum "gradle/versions.gradle" }}
- run:
name: Build
no_output_timeout: 60m
no_output_timeout: 20m
command: |
$Env:JAVA_TOOL_OPTIONS = "-Xmx2g"
$Env:GRADLE_OPTS = "-Dorg.gradle.daemon=false -Dorg.gradle.parallel=true"
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
at: ~/project
- run:
name: UnitTests
no_output_timeout: 60m
no_output_timeout: 20m
command: |
CLASSNAMES=$(circleci tests glob "**/src/test/java/**/*.java" \
| sed 's@.*/src/test/java/@@' \
Expand Down Expand Up @@ -543,6 +543,8 @@ workflows:
tags:
<<: *filters-release-tags
- windowsBuild:
requires:
- spotless
filters:
tags:
<<: *filters-release-tags
Expand Down

0 comments on commit 4d6265c

Please sign in to comment.