Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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