Add test delay
This commit is contained in:
parent
12a1b7b84d
commit
e6ca59cd5f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ tearDown () {
|
||||||
kill "$RCON_PID" >/dev/null 2>&1 || true
|
kill "$RCON_PID" >/dev/null 2>&1 || true
|
||||||
screen -S "$SCREEN_TMP" -X quit >/dev/null 2>&1 || true
|
screen -S "$SCREEN_TMP" -X quit >/dev/null 2>&1 || true
|
||||||
tmux kill-session -t "$SCREEN_TMP" >/dev/null 2>&1 || true
|
tmux kill-session -t "$SCREEN_TMP" >/dev/null 2>&1 || true
|
||||||
|
sleep 0.1
|
||||||
}
|
}
|
||||||
|
|
||||||
assert-equals-directory () {
|
assert-equals-directory () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue