From d2762938b7fb5b0cc0f8a7a4c7be4eecde4aae8e Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Mon, 26 Aug 2013 15:07:45 -0700
Subject: [PATCH] Increase timeout (for lengthy hifi test)

---
 util/vm/build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/vm/build.py b/util/vm/build.py
index d27d1290..f2815046 100755
--- a/util/vm/build.py
+++ b/util/vm/build.py
@@ -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' )
-- 
GitLab