Skip to content

Commit 8a56ff8

Browse files
ci: Update Notebook testing framework timeout (GoogleCloudPlatform#2077)
1 parent f8b90c0 commit 8a56ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cloud-build/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ steps:
4242
- name: google/cloud-sdk
4343
id: "execute-notebooks"
4444
entrypoint: bash
45-
timeout: 12600s #Because this step takes the longest. Avg runtime is 1 hour and 20 minutes.
45+
timeout: 7200s #Because this step takes the longest. Avg runtime is 1 hour and 20 minutes.
4646
args:
4747
- "-c"
4848
- |

0 commit comments

Comments
 (0)