Преглед изворни кода

bump default timeout to the value we use in buildbot

Samuel Thibault пре 10 година
родитељ
комит
0a44587c44
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/loader.c

+ 1 - 1
tests/loader.c

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