X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestSimComm%2Ftest-asym.py;h=31d87990abf3798d6c0645cd68a78bc9731b171b;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=a84c454475011746e0c145f40129b3809d7992a5;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/tests/TestSimComm/test-asym.py b/apps/tests/TestSimComm/test-asym.py index a84c4544..31d87990 100644 --- a/apps/tests/TestSimComm/test-asym.py +++ b/apps/tests/TestSimComm/test-asym.py @@ -43,7 +43,7 @@ m1.createNoiseModel() m2.createNoiseModel() m3.createNoiseModel() -for i in range(0, 1000000): +for i in range(0, 200000): t.runNextEvent();