Skip to content

Commit 473a896

Browse files
committed
increase wait timeout
1 parent 83bcbe1 commit 473a896

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/slo/src/metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def push(self):
109109
grouping_key={
110110
"sdk": SDK_SERVICE_NAME,
111111
"sdkVersion": version("ydb"),
112-
"jobName": SDK_SERVICE_NAME,
113112
},
114113
)
115114

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=60)
131+
driver.wait(timeout=300)
132132
try:
133133
if args.subcommand == "create":
134134
run_create(args, driver, table_name)

0 commit comments

Comments
 (0)