Skip to content

Commit

Permalink
Increase the testrun timeout for slow compilefarm systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Dec 14, 2009
1 parent b9107ee commit e9ad7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrun.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[])
{
Expand Down

0 comments on commit e9ad7bb

Please sign in to comment.