diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-19 18:38:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-19 18:38:40 (GMT) |
commit | 7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72 (patch) | |
tree | 6fb5b4223aa22dbdd45f684bbfdcc88f482375e4 /test | |
parent | 71ac1a79962cc2fc1216a9aa57fd8983ad5c29e4 (diff) | |
download | hdf5-7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72.zip hdf5-7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72.tar.gz hdf5-7976c8c0ecaa98f7a280ac256cba8f5b0e1f1b72.tar.bz2 |
[svn-r19100] Description:
Bring r19099 from trunk to 1.8 branch:
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')
-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 ff065bc..a5e1c69 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 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. */ |