Increase timeout (for lengthy hifi test)

This commit is contained in:
Bob Lantz
2013-08-26 15:07:45 -07:00
committed by Brian O'Connor
parent 765d126ee9
commit d2762938b7
+1 -1
View File
@@ -426,7 +426,7 @@ def interact( vm ):
# know the time for each test, which means that this
# script will have to change as we add more tests.
for test in range( 0, 2 ):
if vm.expect( [ 'OK', 'FAILED', pexpect.TIMEOUT ], timeout=60 ) == 0:
if vm.expect( [ 'OK', 'FAILED', pexpect.TIMEOUT ], timeout=180 ) == 0:
log( '* Test', test, 'OK' )
else:
log( '* Test', test, 'FAILED' )