From cba920a0368787d36ac2f1a8a791198fbc4945e5 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 22 Jul 2010 08:13:15 -0500 Subject: [svn-r19120] Description: Bump the testing timer value from 30 to 60 minutes. Tested on: None, just eyeballed, too simple to require test --- test/h5test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/h5test.h b/test/h5test.h index 722d850..fe11455 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -118,7 +118,7 @@ extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */ /* * Alarm definitions to wait up (terminate) a test that runs too long. */ -#define alarm_seconds 1800 /* default is 30 minutes */ +#define alarm_seconds 3600 /* default is 60 minutes */ #define ALARM_ON HDalarm(alarm_seconds) #define ALARM_OFF HDalarm(0) /* set alarms to N seconds if N > 0, else use default alarm_seconds. */ -- cgit v0.12