Skip to content
Snippets Groups Projects
Commit 015fda47 authored by Rick Carback's avatar Rick Carback
Browse files

Bump timeout more

parent cf943999
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ runclients() {
nid=$(((($cid + 1) % 4) + 4))
eval NICK=\${NICK${cid}}
# Send a regular message
CLIENTCMD="timeout 90s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client$cid$nid.log -f blob$cid -E email$cid@email.com -i $cid -d $nid -m \"Hello, $nid\""
CLIENTCMD="timeout 120s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client$cid$nid.log -f blob$cid -E email$cid@email.com -i $cid -d $nid -m \"Hello, $nid\""
eval $CLIENTCMD >> $CLIENTOUT/client$cid$nid.txt 2>&1 &
PIDVAL=$!
eval CLIENTS${CTR}=$PIDVAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment