From fce8dd4d667a69c5aced56b9185525c0bb875aaf Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 27 Nov 2020 14:15:32 -0800 Subject: [PATCH] tests/int/tty.bats: increase timeout Just saw the timeout being hit on CI (Fedora 33 vagrant VM on Travis), so let's increase it. Signed-off-by: Kir Kolyshkin --- tests/integration/tty.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/tty.bats b/tests/integration/tty.bats index 613c1947864..a1ede7bfafe 100644 --- a/tests/integration/tty.bats +++ b/tests/integration/tty.bats @@ -179,8 +179,8 @@ EOF # check the pid was generated [ -e pid.txt ] - #wait user process to finish - timeout 1 tail --pid="$(head -n 1 pid.txt)" -f /dev/null + # wait for the process to finish + timeout 5 tail --pid="$(head -n 1 pid.txt)" -f /dev/null tty_info=$( cat <