Increase the testrun timeout for slow compilefarm systems.
authorWayne Davison <wayned@samba.org>
Mon, 14 Dec 2009 01:48:57 +0000 (17:48 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 14 Dec 2009 01:49:09 +0000 (17:49 -0800)
testrun.c

index e1f0831..46c59e8 100644 (file)
--- a/testrun.c
+++ b/testrun.c
@@ -2,7 +2,7 @@
 
 #include "rsync.h"
 
-#define MAX_TEST_SECONDS (3*60)
+#define MAX_TEST_SECONDS (5*60)
 
  int main(int argc, char *argv[])
 {