Skip to content

Commit fce8dd4

Browse files
committed
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 <[email protected]>
1 parent 06b737b commit fce8dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/tty.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ EOF
179179
# check the pid was generated
180180
[ -e pid.txt ]
181181

182-
#wait user process to finish
183-
timeout 1 tail --pid="$(head -n 1 pid.txt)" -f /dev/null
182+
# wait for the process to finish
183+
timeout 5 tail --pid="$(head -n 1 pid.txt)" -f /dev/null
184184

185185
tty_info=$(
186186
cat <<EOF

0 commit comments

Comments
 (0)