Skip to content

Commit

Permalink
Update timeouts due to sdk change (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored Sep 23, 2020
1 parent beb0c39 commit a7d0645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/gcb-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
- $_PR_NUMBER

# Long timeout to enable waiting on VCR test
timeout: 4000s
timeout: 8000s

secrets:
- kmsKeyName: projects/graphite-docker-images/locations/global/keyRings/token-keyring/cryptoKeys/github-token
Expand Down
4 changes: 2 additions & 2 deletions .ci/gcb-generate-diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ steps:
id: tpg-vcr-test
secretEnv: ["TEAMCITY_TOKEN", "GITHUB_TOKEN"]
waitFor: ["diff"]
timeout: 2400s
timeout: 6000s
args:
- $_PR_NUMBER

Expand All @@ -210,7 +210,7 @@ steps:
- $_PR_NUMBER

# Long timeout to enable waiting on VCR test
timeout: 4000s
timeout: 8000s
options:
machineType: 'N1_HIGHCPU_32'

Expand Down

0 comments on commit a7d0645

Please sign in to comment.