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

Add CDE timeout to smokeinfra

parent 319790d5
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ do
$SERVERCMD > $SERVERLOGS/server-$SERVERID.console 2>&1 &
PIDVAL=$!
echo "$SERVERCMD -- $PIDVAL"
if [ $SERVERID -eq 2 ]; then
sleep 15 # This will force a CDE timeout
fi
done
echo "STARTING GATEWAYS..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment