Skip to content

Commit f0a39f8

Browse files
committed
fix: update timeout to match other languages
1 parent 268c4c2 commit f0a39f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/cloud-client/backup_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def restore_database(instance_id, new_database_id, backup_id):
6868
operation = new_database.restore(backup)
6969

7070
# Wait for restore operation to complete.
71-
operation.result(1200)
71+
operation.result(1600)
7272

7373
# Newly created database has restore information.
7474
new_database.reload()

0 commit comments

Comments
 (0)