Skip to content

Commit

Permalink
[spanner] fix: bump the timeout for instance creation (#3468)
Browse files Browse the repository at this point in the history
fixes #3466
  • Loading branch information
Takashi Matsuo authored Apr 23, 2020
1 parent 1cc9e70 commit 5adbbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner/cloud-client/backup_sample_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def spanner_instance():
spanner_client.project_name, 'regional-us-central1')
instance = spanner_client.instance(INSTANCE_ID, instance_config)
op = instance.create()
op.result(30) # block until completion
op.result(120) # block until completion
yield instance
instance.delete()

Expand Down

0 comments on commit 5adbbc5

Please sign in to comment.