We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c91de commit 406ca21Copy full SHA for 406ca21
1 file changed
test.sh
@@ -3,7 +3,7 @@ killall wstest 2>/dev/null
3
wstest -m echoserver -w ws://localhost:${LUAWS_WSTEST_PORT:=8081} &
4
pid=$!
5
echo "Waiting for wstest to start..."
6
-sleep 3
+sleep 10
7
busted spec/
8
bustedcode=$?
9
kill ${pid}
0 commit comments