From 46d3ab9f58d586fd1024f5837fcfd05a9d090e12 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 9 Jul 2023 16:41:35 +0200 Subject: test: increase timeouts All the new added tests require more time. --- test/py/lib/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/py/lib') diff --git a/test/py/lib/process.py b/test/py/lib/process.py index d478c32..40fb9bc 100644 --- a/test/py/lib/process.py +++ b/test/py/lib/process.py @@ -183,7 +183,7 @@ class Process(subprocess.Popen): # so that it doesn't attempt to read from closed descriptors. super().__exit__(*args) - SHUT_DOWN_TIMEOUT_SEC = 3 + SHUT_DOWN_TIMEOUT_SEC = 10 def shut_down(self): ec = self.poll() -- cgit v1.2.3