From 5dd7f441623f8c2509866935d15983a4ac3b81f4 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Fri, 2 Oct 2009 09:10:08 +0000 Subject: [PATCH] Increased the transmission time to 40 seconds from 20 seconds --- tools/cooja/contiki_tests/sky_shell_collect.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cooja/contiki_tests/sky_shell_collect.csc b/tools/cooja/contiki_tests/sky_shell_collect.csc index c099dee70..b5af8183e 100644 --- a/tools/cooja/contiki_tests/sky_shell_collect.csc +++ b/tools/cooja/contiki_tests/sky_shell_collect.csc @@ -448,7 +448,7 @@ sink = id; YIELD_THEN_WAIT_UNTIL(id == sink); /*mote.getInterfaces().getButton().clickButton()*/ log.log("Writing netcmd\n"); -node.write("netcmd { repeat 0 20 { randwait 20 sky-alldata | blink | send } }"); +node.write("netcmd { repeat 0 40 { randwait 40 sky-alldata | blink | send } }"); YIELD_THEN_WAIT_UNTIL(id == sink); log.log("Writing collect command\n"); node.write("collect | timestamp | blink | binprint &");