소스 검색

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