Skip to content

Commit ed2366c

Browse files
authored
Increase timeout for app profile update operation. (googleapis#8417)
Poke-and-hope. Closes googleapis#7900.
1 parent 2422c2a commit ed2366c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigtable/tests/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def _test_modify_app_profile_helper(
610610
)
611611

612612
operation = app_profile.update(ignore_warnings)
613-
operation.result(timeout=10)
613+
operation.result(timeout=30)
614614

615615
alt_app_profile = instance.app_profile(app_profile_id)
616616
alt_app_profile.reload()

0 commit comments

Comments
 (0)