From e9ad7bb1f846834190ae8377d5e8f0ded543ff3a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 13 Dec 2009 17:48:57 -0800 Subject: [PATCH] Increase the testrun timeout for slow compilefarm systems. --- testrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) { -- 2.34.1