summaryrefslogtreecommitdiffstats
path: root/tests/include.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include.rc')
-rw-r--r--tests/include.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include.rc b/tests/include.rc
index 9987ed10e83..bf90e1945b3 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -134,7 +134,7 @@ _GFS () {
touch $mount_point/xy_zzy 2> /dev/null && break
i=$((i+1))
[ $i -lt 100 ] || break
- usleep 100000
+ sleep 0.1
done
rm -f $mount_point/xy_zzy
return $mount_ret
@@ -378,7 +378,7 @@ function _EXPECT_WITHIN()
if [[ "$a" =~ $e ]]; then
break;
fi
- usleep 250000;
+ sleep 0.25;
EW_RETRIES=$((EW_RETRIES+1))
done