]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 e1f08318d133924f8bb6030a753e096dec947a5c..46c59e898d50c8a2b58bfc2e4f6509ed609aa1f3 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[])
 {