aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/py/lib/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/lib/process.py')
-rw-r--r--test/py/lib/process.py2
1 files changed, 1 insertions, 1 deletions
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()