Skip to content

Commit 2d22eca

Browse files
PetrShumilovdenisichh
authored andcommitted
[k2[ extend log file creation timeout to 30 seconds (#1510)
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
1 parent 3048773 commit 2d22eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/lib/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def search_k2_bin():
126126
return os.getenv("K2_BIN")
127127

128128

129-
def wait_for_file_creation(file_path, check_interval=0.1, attempts=20):
129+
def wait_for_file_creation(file_path, check_interval=0.1, attempts=300):
130130
for i in range(attempts):
131131
if os.path.exists(file_path):
132132
break

0 commit comments

Comments
 (0)