Skip to content
Snippets Groups Projects
Commit d2762938 authored by Bob Lantz's avatar Bob Lantz Committed by Brian O'Connor
Browse files

Increase timeout (for lengthy hifi test)

parent 765d126e
No related branches found
No related tags found
No related merge requests found
......@@ -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' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment