summaryrefslogtreecommitdiffstats
path: root/tests/basic/mount.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/mount.t')
-rwxr-xr-xtests/basic/mount.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/basic/mount.t b/tests/basic/mount.t
index 4197a97da..8163975d6 100755
--- a/tests/basic/mount.t
+++ b/tests/basic/mount.t
@@ -52,10 +52,6 @@ TEST 'grep -E "^$H0:$V0 .+ ,?ro,.+" /proc/mounts';
## Wait for volume to register with rpc.mountd
EXPECT_WITHIN 20 "1" is_nfs_export_available;
-## HACK: mount seems to require about 40 seconds more to be successful,
-## sleep 40 is an interim fix till we root cause the underlying issue.
-sleep 40
-
## Mount NFS
TEST mount -t nfs -o nolock,soft,intr $H0:/$V0 $N0;