Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Increase our automated build timeout to 3 hours (#2061)
Browse files Browse the repository at this point in the history
Our automated Cloud Builds run multiple long-running integration tests in both Python 2 and Python 3 environments.

As such, they've started taking longer than the previous timeout of 2 hours.
  • Loading branch information
ojarjur authored and rileyjbauer committed Aug 17, 2018
1 parent 0c1219d commit 2bccee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ images:
- 'gcr.io/${PROJECT_ID}/datalab-preview'
- 'gcr.io/${PROJECT_ID}/datalab-gpu-preview'

timeout: '7200s'
timeout: '10600s'

0 comments on commit 2bccee3

Please sign in to comment.