Skip to content
Snippets Groups Projects
Commit b7d94197 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

interop: Longer timeout for multiconnect on server side

parent 2ec42740
Branches
No related merge requests found
......@@ -46,6 +46,9 @@ elif [ "$ROLE" == "server" ]; then
SERVER_ARGS="0.0.0.0 443 /etc/ngtcp2/server.key /etc/ngtcp2/server.crt -s -d /www"
if [ "$TESTCASE" == "retry" ]; then
SERVER_ARGS="$SERVER_ARGS -V"
elif [ "$TESTCASE" == "multiconnect" ]; then
SERVER_ARGS="$SERVER_ARGS --timeout=180s"
fi
/usr/local/bin/server $SERVER_ARGS $SERVER_PARAMS &> $LOG
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment