diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-27 20:46:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 20:46:22 (GMT) |
commit | 3393633d63491ffe3ba27ea4a9140dc3c98782f3 (patch) | |
tree | 1b006ac2b8f180629bd442106ae19bcd53b38fc3 /test/h5test.h | |
parent | 43e4e64d886e9072a6075c6369e84c0e273fa44f (diff) | |
download | hdf5-3393633d63491ffe3ba27ea4a9140dc3c98782f3.zip hdf5-3393633d63491ffe3ba27ea4a9140dc3c98782f3.tar.gz hdf5-3393633d63491ffe3ba27ea4a9140dc3c98782f3.tar.bz2 |
Undo revert 2615 (#2638)
* Revert "1 10 revert 2615 (#2629)"
This reverts commit 43e4e64d886e9072a6075c6369e84c0e273fa44f.
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/h5test.h b/test/h5test.h index 099d3c0..e472885 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -161,12 +161,8 @@ H5TEST_DLLVAR MPI_Info h5_io_info_g; /* MPI INFO object for IO */ goto error; \ } -/* - * Alarm definitions to wait up (terminate) a test that runs too long. - */ +/* Number of seconds to wait before killing a test (requires alarm(2)) */ #define H5_ALARM_SEC 1200 /* default is 20 minutes */ -#define ALARM_ON TestAlarmOn() -#define ALARM_OFF HDalarm(0) /* Flags for h5_fileaccess_flags() */ #define H5_FILEACCESS_VFD 0x01 |