Browse Source

Allow Modelverse some time to start up completely

Yentl Van Tendeloo 9 years ago
parent
commit
0115001996
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration/utils.py

+ 1 - 1
integration/utils.py

@@ -80,7 +80,7 @@ def run_file(files, parameters, expected, mode):
                             kill(proc2)
                             print("Compilation timeout expired!")
                             return False
-                    if proc2.returncode != 7:
+                    if proc2.returncode not in [7, 56]:
                         break
 
                 # Make sure everything stopped correctly