From: Darrick J. Wong Date: Tue, 27 Feb 2024 02:01:34 +0000 (-0800) Subject: generic/491: increase test timeout X-Git-Tag: v2024.03.17~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a3ce52894e0e00729b44bc6082ad57edc0ddf242;p=xfstests-dev.git 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" Reviewed-by: Zorro Lang Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/tests/generic/491 b/tests/generic/491 index 797b08d5..5a586c12 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