Skip to content
Snippets Groups Projects
Commit c0eb04ab authored by Grigorii Demidov's avatar Grigorii Demidov
Browse files

tests: decreased timeout

parent ad7d2e9a
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ def del_files(path_to):
DEFAULT_IFACE = 0
CHILD_IFACE = 0
TMPDIR = ""
SUBPROCESS_WAIT_TOUT = 1
SUBPROCESS_WAIT_TOUT = 0.2
if "SOCKET_WRAPPER_DEFAULT_IFACE" in os.environ:
DEFAULT_IFACE = int(os.environ["SOCKET_WRAPPER_DEFAULT_IFACE"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment