From: Wayne Davison Date: Mon, 14 Dec 2009 01:48:57 +0000 (-0800) Subject: Increase the testrun timeout for slow compilefarm systems. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e9ad7bb1f846834190ae8377d5e8f0ded543ff3a Increase the testrun timeout for slow compilefarm systems. --- 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[]) {