From c5e88f8094d30e70e00daa04930d1f8aa24b85d4 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Fri, 8 Nov 2024 10:57:40 -0800 Subject: [PATCH] added missing , --- samples/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/utils.py b/samples/utils.py index 6bdb884c9..eb0ca68f9 100644 --- a/samples/utils.py +++ b/samples/utils.py @@ -73,7 +73,7 @@ def create_table(project, instance_id, table_id, column_families={}): exceptions.PreconditionFailed, exceptions.FailedPrecondition, exceptions.NotFound, - ) + ), timeout=120, ) def wait_for_table(table):