Skip to content

Commit 67ca0f0

Browse files
committed
try to increase timeout on driver wait
1 parent d21ae3c commit 67ca0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slo/src/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def run_from_args(args):
128128
table_name = path.join(args.db, args.table_name)
129129

130130
with ydb.Driver(driver_config) as driver:
131-
driver.wait(timeout=5)
131+
driver.wait(timeout=60)
132132
try:
133133
if args.subcommand == "create":
134134
run_create(args, driver, table_name)

0 commit comments

Comments
 (0)