Bump error timeout

This commit is contained in:
Aldo Cortesi 2016-06-02 17:55:11 +12:00
parent 5e12384486
commit 40156ce123
1 changed files with 1 additions and 1 deletions

View File

@ -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: