Skip to content

Commit fcbef51

Browse files
Change timeout from 20 to 40 minutes (#7320) (#13792)
Signed-off-by: Modular Magician <[email protected]>
1 parent 1324f2a commit fcbef51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/7320.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/bootstrap_utils_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ func BootstrapSharedSQLInstanceBackupRun(t *testing.T) string {
594594
if err != nil {
595595
t.Fatalf("Error, failed to create instance %s: %s", bootstrapInstance.Name, err)
596596
}
597-
err = sqlAdminOperationWaitTime(config, op, project, "Create Instance", config.userAgent, time.Duration(20)*time.Minute)
597+
err = sqlAdminOperationWaitTime(config, op, project, "Create Instance", config.userAgent, time.Duration(40)*time.Minute)
598598
if err != nil {
599599
t.Fatalf("Error, failed to create instance %s: %s", bootstrapInstance.Name, err)
600600
}

0 commit comments

Comments
 (0)