ソースを参照

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')