Skip to content

Commit 406ca21

Browse files
committed
increase wait time after starting autobahn
1 parent 05c91de commit 406ca21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ killall wstest 2>/dev/null
33
wstest -m echoserver -w ws://localhost:${LUAWS_WSTEST_PORT:=8081} &
44
pid=$!
55
echo "Waiting for wstest to start..."
6-
sleep 3
6+
sleep 10
77
busted spec/
88
bustedcode=$?
99
kill ${pid}

0 commit comments

Comments
 (0)