Skip to content
Snippets Groups Projects
Commit 0f2eb0e3 authored by Josh Brooks's avatar Josh Brooks
Browse files

Bump timeout for channel testing

parent eb159264
No related branches found
No related tags found
2 merge requests!68Master merge,!44Feature/xx 4450/fix integration
...@@ -1263,7 +1263,7 @@ echo "$CLIENTCMD -- $PIDVAL2" ...@@ -1263,7 +1263,7 @@ echo "$CLIENTCMD -- $PIDVAL2"
wait $PIDVAL2 wait $PIDVAL2
# Initialize another client which will join channel (will use default channel file path in CLI) # Initialize another client which will join channel (will use default channel file path in CLI)
CLIENTCMD="timeout 300s ../bin/client channels -s blob502 -l $CLIENTOUT/client502.log $CLIENTOPTS --channelPath $CLIENTOUT/channel500.chan --channelIdentityPath $CLIENTOUT/channel502.id --joinChannel --sendToChannel --message \"Hello, channel, this is 502\"" CLIENTCMD="timeout 420s ../bin/client channels -s blob502 -l $CLIENTOUT/client502.log $CLIENTOPTS --channelPath $CLIENTOUT/channel500.chan --channelIdentityPath $CLIENTOUT/channel502.id --joinChannel --sendToChannel --message \"Hello, channel, this is 502\""
eval $CLIENTCMD > $CLIENTOUT/client502.txt 2>&1 & eval $CLIENTCMD > $CLIENTOUT/client502.txt 2>&1 &
PIDVAL3=$! PIDVAL3=$!
echo "$CLIENTCMD -- $PIDVAL3" echo "$CLIENTCMD -- $PIDVAL3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment