浏览代码

Allow Modelverse some time to start up completely

Yentl Van Tendeloo 9 年之前
父节点
当前提交
0115001996
共有 1 个文件被更改,包括 1 次插入1 次删除
  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