summaryrefslogtreecommitdiffstats
path: root/testpar/t_span_tree.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-05-04 16:16:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-05-04 16:16:45 (GMT)
commit1bd3635781b6ee98fe27548aa103e9c77173f846 (patch)
treee04d280a5e189fc742d60f773d6f43656528cf90 /testpar/t_span_tree.c
parent0c0d6bd4dfd9fab75e4b3f04284e395cfced69c6 (diff)
downloadhdf5-1bd3635781b6ee98fe27548aa103e9c77173f846.zip
hdf5-1bd3635781b6ee98fe27548aa103e9c77173f846.tar.gz
hdf5-1bd3635781b6ee98fe27548aa103e9c77173f846.tar.bz2
[svn-r29880] Add HD to sleep function calls
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r--testpar/t_span_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c
index 6e233a9..f1487eb 100644
--- a/testpar/t_span_tree.c
+++ b/testpar/t_span_tree.c
@@ -2615,7 +2615,7 @@ lower_dim_size_comp_test(void)
int use_collective_io = 1;
hid_t dset_type = H5T_NATIVE_UINT;
#if 0
- sleep(60);
+ HDsleep(60);
#endif
HDcompile_assert(sizeof(uint32_t) == sizeof(unsigned));
for ( use_collective_io = (hbool_t)0;