We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc9e70 commit 5adbbc5Copy full SHA for 5adbbc5
spanner/cloud-client/backup_sample_test.py
@@ -51,7 +51,7 @@ def spanner_instance():
51
spanner_client.project_name, 'regional-us-central1')
52
instance = spanner_client.instance(INSTANCE_ID, instance_config)
53
op = instance.create()
54
- op.result(30) # block until completion
+ op.result(120) # block until completion
55
yield instance
56
instance.delete()
57
0 commit comments