Skip to content

Commit

Permalink
tests/int/tty.bats: increase timeout
Browse files Browse the repository at this point in the history
Just saw the timeout being hit on CI (Fedora 33 vagrant VM on Travis),
so let's increase it.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Nov 27, 2020
1 parent 06b737b commit fce8dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/tty.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
Expand Down

0 comments on commit fce8dd4

Please sign in to comment.