Skip to content

Commit 730242a

Browse files
authored
Increase delay for eternal-load test_load_fails test from 10 to 20 seconds (#4636)
1 parent c25731b commit 730242a

File tree

1 file changed

+1
-1
lines changed
  • cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/tests

1 file changed

+1
-1
lines changed

cloud/blockstore/tools/testing/eternal_tests/eternal-load/bin/tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_load_fails(scenario, engine, direct):
5151

5252
with ThreadPoolExecutor(max_workers=1) as executor:
5353
future = executor.submit(__run_load_test, tmp_file.name, scenario, engine, direct)
54-
time.sleep(10)
54+
time.sleep(20)
5555

5656
cnt = 0
5757
while future.running():

0 commit comments

Comments
 (0)