diff --git a/tools/cooja/contiki_tests/sky_shell_collect_lossy.csc b/tools/cooja/contiki_tests/sky_shell_collect_lossy.csc index 88a43fcd2..19f09cbb1 100644 --- a/tools/cooja/contiki_tests/sky_shell_collect_lossy.csc +++ b/tools/cooja/contiki_tests/sky_shell_collect_lossy.csc @@ -444,7 +444,7 @@ GENERATE_MSG(20000, "continue"); YIELD_THEN_WAIT_UNTIL(msg.equals("continue")); node = sink_node; log.log("Writing netcmd\n"); -node.write("netcmd { repeat 10 60 { randwait 8 sky-alldata | blink | send 15 } }"); +node.write("netcmd { repeat 10 60 { randwait 8 sky-alldata | blink | send 31 } }"); while(true) { YIELD();