diff --git a/.ci/gcb-community.yml b/.ci/gcb-community.yml index d730c6983c6d..10e452c03825 100644 --- a/.ci/gcb-community.yml +++ b/.ci/gcb-community.yml @@ -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 diff --git a/.ci/gcb-generate-diffs.yml b/.ci/gcb-generate-diffs.yml index af51d26d0b80..d968d5b5988c 100644 --- a/.ci/gcb-generate-diffs.yml +++ b/.ci/gcb-generate-diffs.yml @@ -199,7 +199,7 @@ steps: id: tpg-vcr-test secretEnv: ["TEAMCITY_TOKEN", "GITHUB_TOKEN"] waitFor: ["diff"] - timeout: 2400s + timeout: 6000s args: - $_PR_NUMBER @@ -210,7 +210,7 @@ steps: - $_PR_NUMBER # Long timeout to enable waiting on VCR test -timeout: 4000s +timeout: 8000s options: machineType: 'N1_HIGHCPU_32'