On Mon, Feb 26, 2024 at 06:01:34PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > 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@xxxxxxxxxx> > --- Good to me, Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/generic/491 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > 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 > >