diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-19 17:53:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-19 17:53:10 (GMT) |
commit | a67794b1bc35421f1267133a6f7b447db2a71a3a (patch) | |
tree | aa38547346f4edca49987e56894c374fa2925009 /test/h5test.h | |
parent | 5a1cb3c7a6e72c1ba6b2148637ee1c56e015e09b (diff) | |
download | hdf5-a67794b1bc35421f1267133a6f7b447db2a71a3a.zip hdf5-a67794b1bc35421f1267133a6f7b447db2a71a3a.tar.gz hdf5-a67794b1bc35421f1267133a6f7b447db2a71a3a.tar.bz2 |
[svn-r19099] Description:
Fix const pointer issues for projection construction routine and also
bump time before alarm kicks in to terminate a test from 20 minutes to 30
minutes, to give the PGI compiler tests w/debugging enabled a chance to finish.
Tested on:
Mac OS X/32 10.6.4 (amazon) w/debug
Linux/32 2.6.18 (jam) w/PGI & debug
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 f984751..722d850 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 1200 /* default is 20 minutes */ +#define alarm_seconds 1800 /* default is 30 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. */ |