소스 검색

[Pal/regression] Increase 'Process' test timeout a bit

On SGX spawning processes got slower since we measure/zero all memory.
So the timeout is slightly missed.
Simon Gaiser 6 년 전
부모
커밋
ab29483bbe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Pal/regression/03_Process.py

+ 1 - 1
Pal/regression/03_Process.py

@@ -3,7 +3,7 @@ from regression import Regression
 
 loader = os.environ['PAL_LOADER']
 
-regression = Regression(loader, "Process")
+regression = Regression(loader, "Process", timeout=8000)
 
 def check_times(target, lines, times):
     count = 0