summaryrefslogtreecommitdiffstats
path: root/tests/basic/mount.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/mount.t')
-rwxr-xr-xtests/basic/mount.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/mount.t b/tests/basic/mount.t
index 8163975d679..c77317f37f5 100755
--- a/tests/basic/mount.t
+++ b/tests/basic/mount.t
@@ -50,7 +50,7 @@ TEST 'mount -t fuse.glusterfs | grep -E "^$H0:$V0 .+ \(ro,"';
TEST 'grep -E "^$H0:$V0 .+ ,?ro,.+" /proc/mounts';
## Wait for volume to register with rpc.mountd
-EXPECT_WITHIN 20 "1" is_nfs_export_available;
+EXPECT_WITHIN $NFS_EXPORT_TIMEOUT "1" is_nfs_export_available;
## Mount NFS
TEST mount -t nfs -o nolock,soft,intr $H0:/$V0 $N0;