summaryrefslogtreecommitdiff
path: root/testrun.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-12-13 17:48:57 -0800
committerWayne Davison <wayned@samba.org>2009-12-13 17:49:09 -0800
commite9ad7bb1f846834190ae8377d5e8f0ded543ff3a (patch)
treea6d5c2333566fc6a56e1be8e05b638f1de137354 /testrun.c
parentb9107ee61eec2e82515cb124676e0906bcdb86c8 (diff)
downloadrsync-e9ad7bb1f846834190ae8377d5e8f0ded543ff3a.tar.gz
Increase the testrun timeout for slow compilefarm systems.
Diffstat (limited to 'testrun.c')
-rw-r--r--testrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrun.c b/testrun.c
index e1f08318..46c59e89 100644
--- 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[])
{