Explorar o código

Increase time out

Does this help with builds breaking on travis?
oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
dd6ba67fff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pwman/tests/test_complete_ui.py

+ 1 - 1
pwman/tests/test_complete_ui.py

@@ -46,7 +46,7 @@ class Ferrum(unittest.TestCase):
                                            '../../scripts/pwman3') +
                               ' -k -e Blowfish -d '+OLD_DB_PATH,
                               logfile=logfile)
-        child.expect('[\s|\S]+Please enter your password:', timeout=5)
+        child.expect('[\s|\S]+Please enter your password:', timeout=10)
         self.assertEqual(6, child.sendline('12345'))
 
         rv = child.expect('pwman successfully converted the old database')