diff --git a/scripts/autobahn-client.sh b/scripts/autobahn-client.sh index 1cd13cf..85b7c6f 100755 --- a/scripts/autobahn-client.sh +++ b/scripts/autobahn-client.sh @@ -31,6 +31,6 @@ docker run -d --rm \ crossbario/autobahn-testsuite \ wstest -m fuzzingserver -s 'autobahn/fuzzingserver.json' -sleep 3 +sleep 5 cargo run --release --features async-std-runtime --example autobahn-client test_diff diff --git a/scripts/autobahn-server.sh b/scripts/autobahn-server.sh index e7e6b28..574d3f9 100755 --- a/scripts/autobahn-server.sh +++ b/scripts/autobahn-server.sh @@ -23,7 +23,7 @@ function test_diff() { } cargo run --release --features async-std-runtime --example autobahn-server & WSSERVER_PID=$! -sleep 3 +sleep 5 docker run --rm \ -v "${PWD}/autobahn:/autobahn" \