On NFS, generic/089 can take a long time. There is enough contention
for the lock that it can take more than 10s (or even 60s) to acquire
it.
Bump this value up to 120s, which seems to be long enough for testing
with kdevops.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
#include <mntent.h>
#include <limits.h>
-#define LOCK_TIMEOUT 10
+#define LOCK_TIMEOUT 120
#define _(x) (x)
static char *mounted = "t_mtab";