aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-02-26 18:01:34 -0800
committerZorro Lang <zlang@kernel.org>2024-03-11 12:50:09 +0800
commita3ce52894e0e00729b44bc6082ad57edc0ddf242 (patch)
treea14344489c1384acb159294f1ef0b7592a9b68ee
parent0943fadcf0e934ef65413f459a5b46e4d2e75432 (diff)
downloadxfstests-dev-a3ce52894e0e00729b44bc6082ad57edc0ddf242.tar.gz
generic/491: increase test timeout
Bump the read timeout in this test to a few seconds just in case it actually takes the IO system more than a second to retrieve the data (e.g. cloud storage network lag). Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/4912
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/491 b/tests/generic/491
index 797b08d506..5a586c122a 100755
--- a/tests/generic/491
+++ b/tests/generic/491
@@ -44,7 +44,7 @@ xfs_freeze -f $SCRATCH_MNT
# Read file while filesystem is frozen should succeed
# without blocking
-$TIMEOUT_PROG -s KILL 1s cat $testfile
+$TIMEOUT_PROG -s KILL 5s cat $testfile
xfs_freeze -u $SCRATCH_MNT