aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
Diffstat (limited to 'pathod')
-rw-r--r--pathod/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/test.py b/pathod/test.py
index c6e2caae..797b4970 100644
--- a/pathod/test.py
+++ b/pathod/test.py
@@ -51,7 +51,7 @@ class Daemon:
def text_log(self):
return self.logfp.getvalue()
- def expect_log(self, n, timeout=1):
+ def expect_log(self, n, timeout=5):
l = []
start = time.time()
while True: