瀏覽代碼

Increase time out

Does this help with builds breaking on travis?
oz123 10 年之前
父節點
當前提交
dd6ba67fff
共有 1 個文件被更改,包括 1 次插入1 次删除
  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')