Skip to content

Commit

Permalink
ci: reduce sleep from 600 to 560
Browse files Browse the repository at this point in the history
CircleCI steps time out at exactly 600 (10 minutes) which isn't good.
  • Loading branch information
bconlon1 authored Sep 17, 2022
1 parent 25bd5c3 commit 98f08ca
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 @@ -31,7 +31,7 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- setup
- run: sleep 600
- run: sleep 560
- run: gradle publish

commands:
Expand Down

0 comments on commit 98f08ca

Please sign in to comment.