Skip to content

Commit

Permalink
[spanner] fix: bump the timeout for instance creation [(#3468)](Googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored Apr 23, 2020
1 parent 44e81e8 commit ee0dca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/samples/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 ee0dca1

Please sign in to comment.