소스 검색

tests/loader: increase default timeout after when unfinished tests are killed

Nathalie Furmento 14 년 전
부모
커밋
ed65739272
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/loader.c

+ 1 - 1
tests/loader.c

@@ -22,7 +22,7 @@
 #include <signal.h>
 #include <string.h>
 
-#define  DEFAULT_TIMEOUT       250
+#define  DEFAULT_TIMEOUT       600
 #define  AUTOTEST_SKIPPED_TEST 77
 
 static pid_t child_pid = 0;