summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-07-22 13:14:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-07-22 13:14:04 (GMT)
commit42a3da6c700ca3634ef0aea8fb9701b85dc91370 (patch)
treecec69b94d36426157fe2e05275a7b41835f3f2b5 /test/h5test.h
parent6a6114b8daadfb86dd75226f25a1a442dd834c04 (diff)
downloadhdf5-42a3da6c700ca3634ef0aea8fb9701b85dc91370.zip
hdf5-42a3da6c700ca3634ef0aea8fb9701b85dc91370.tar.gz
hdf5-42a3da6c700ca3634ef0aea8fb9701b85dc91370.tar.bz2
[svn-r19121] Description:
Bump the testing timer value from 30 to 60 minutes. Tested on: None, just eyeballed, too simple to require test
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index a5e1c69..6587793 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -127,7 +127,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. */