Merge pull request #382 from simonduq/fix/rpl-br-test-slack

RPL BR tests: add more time for initial convergence
This commit is contained in:
George Oikonomou 2018-03-26 22:50:14 +01:00 committed by GitHub
commit b61cfd9897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ make -C $CONTIKI/tools tunslip6
make -C $CONTIKI/examples/rpl-border-router/ connect-router-cooja TARGET=zoul >> $BASENAME.tunslip.log 2>&1 &
MPID=$!
echo "Waiting for network formation"
sleep 5
sleep 20 # not in real-time, simulates at full speed
# Do ping
echo "Running Traceroute"

View File

@ -24,7 +24,7 @@ make -C $CONTIKI/tools tunslip6
make -C $CONTIKI/examples/rpl-border-router/ connect-router-cooja TARGET=zoul >> $BASENAME.tunslip.log 2>&1 &
MPID=$!
echo "Waiting for network formation"
sleep 5
sleep 20 # not in real-time, simulates at full speed
# Do ping
echo "Pinging"