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 <