diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-22 13:13:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-22 13:13:15 (GMT) |
commit | cba920a0368787d36ac2f1a8a791198fbc4945e5 (patch) | |
tree | 8c629582225e1da482cec6845bbe20641f0d8389 /test/h5test.h | |
parent | 64ab5ef6b43ad4221bb3b880d803aeb258ef4c7f (diff) | |
download | hdf5-cba920a0368787d36ac2f1a8a791198fbc4945e5.zip hdf5-cba920a0368787d36ac2f1a8a791198fbc4945e5.tar.gz hdf5-cba920a0368787d36ac2f1a8a791198fbc4945e5.tar.bz2 |
[svn-r19120] 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |