소스 검색

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