Skip to content

Commit

Permalink
Merge pull request #2692 from kolyshkin/test-tty-nits
Browse files Browse the repository at this point in the history
tests/int/tty.bats: increase timeout
  • Loading branch information
Mrunal Patel authored Nov 30, 2020
2 parents 06b737b + fce8dd4 commit 7cfb3dc
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 7cfb3dc

Please sign in to comment.