소스 검색

bump default timeout to the value we use in buildbot

Samuel Thibault 11 년 전
부모
커밋
0a44587c44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/loader.c

+ 1 - 1
tests/loader.c

@@ -32,7 +32,7 @@
 #include <sys/time.h>
 #endif
 
-#define  DEFAULT_TIMEOUT       600
+#define  DEFAULT_TIMEOUT       1800
 #define  AUTOTEST_SKIPPED_TEST 77
 
 static pid_t child_pid = 0;