mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r19120] Description:
Bump the testing timer value from 30 to 60 minutes. Tested on: None, just eyeballed, too simple to require test
This commit is contained in:
parent
64ab5ef6b4
commit
cba920a036
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user