]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestSimTimers/script.py
Simulation test cases.
[tinyos-2.x.git] / apps / tests / TestSimTimers / script.py
index 6feb89ec3130398c5efc571932bf9b53ec5336e8..d421251606932472bd2404940a9d64d70e975c01 100644 (file)
@@ -14,7 +14,7 @@ m1 = t.getNode(0)
 
 m1.bootAtTime(345321);
 
-for i in range(0, 1000000):
+for i in range(0, 10000):
     t.runNextEvent();