Skip to content

Commit bc87b8d

Browse files
author
Roman
committed
add timeout to wait
1 parent 67b9196 commit bc87b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def try_start_docker():
197197

198198
try:
199199
subprocess.run(["docker", "kill", container_name])
200-
process.wait()
200+
process.wait(timeout=10)
201201
except subprocess.TimeoutExpired:
202202
os.killpg(os.getpgid(process.pid), signal.SIGKILL)
203203

0 commit comments

Comments
 (0)