summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Wilcox <crwilcox@google.com>2021-10-29 10:02:53 -0700
committerGitHub <noreply@github.com>2021-10-29 10:02:53 -0700
commit910e11a9979900cb3f2ff8bc12de1274529e9d4a (patch)
treee29089687eb7264f34584f02b5f8525f17f5196e
parent2f8e355af99edfd6c7e5c41dddea178ce207eeba (diff)
downloadgoogle-cloud-go-910e11a9979900cb3f2ff8bc12de1274529e9d4a.tar.gz
test(bigtable): increase test context timeout (#5045)
-rw-r--r--bigtable/integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtable/integration_test.go b/bigtable/integration_test.go
index 34e35484d..6313dd28f 100644
--- a/bigtable/integration_test.go
+++ b/bigtable/integration_test.go
@@ -2395,7 +2395,7 @@ func TestIntegration_AdminBackup(t *testing.T) {
t.Skip("emulator doesn't support backups")
}
- timeout := 5 * time.Minute
+ timeout := 10 * time.Minute
ctx, _ := context.WithTimeout(context.Background(), timeout)
adminClient, err := testEnv.NewAdminClient()