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

interop: Longer timeout for multiconnect

Use longer timeout because packet loss rate is incredibly high (30%).
parent dfaf5561
Branches
No related merge requests found
......@@ -34,7 +34,7 @@ if [ "$ROLE" == "client" ]; then
REQUESTS=${REQS[@]:1}
/usr/local/bin/client $CLIENT_ARGS --disable-early-data $REQUESTS $CLIENT_PARAMS &> $LOG
elif [ "$TESTCASE" == "multiconnect" ]; then
CLIENT_ARGS="$CLIENT_ARGS --exit-on-first-stream-close --timeout=30s"
CLIENT_ARGS="$CLIENT_ARGS --exit-on-first-stream-close --timeout=180s"
for REQ in $REQUESTS; do
echo "multiconnect REQ: $REQ" >> $LOG
/usr/local/bin/client $CLIENT_ARGS $REQ $CLIENT_PARAMS &>> $LOG
......
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