Increase timeout (for lengthy hifi test)
This commit is contained in:
committed by
Brian O'Connor
parent
765d126ee9
commit
d2762938b7
+1
-1
@@ -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' )
|
||||
|
||||
Reference in New Issue
Block a user