From 1877a8361ff44fc72ad61ba32eb2428b864a52f5 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Fri, 2 May 2008 06:15:16 +0000 Subject: [PATCH] shorter test duration --- tools/cooja/contiki_tests/ctimer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cooja/contiki_tests/ctimer.js b/tools/cooja/contiki_tests/ctimer.js index ddf0052ed..1d5a65d20 100644 --- a/tools/cooja/contiki_tests/ctimer.js +++ b/tools/cooja/contiki_tests/ctimer.js @@ -1,4 +1,4 @@ -if (msg.startsWith("Callback function called at time 2000000 (counter=4000)")) { +if (msg.startsWith("Callback function called at time 50000 (counter=100)")) { log.log("TEST OK\n"); mote.getSimulation().getGUI().doQuit(false); }