]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsAppC.nc
Fix the problem where the app hangs
[tinyos-2.x.git] / apps / tosthreads / apps / TestBasicsbSensors / TestBasicsbSensorsAppC.nc
index cb3b898e216e9e77b044f35a7d7f96ccc3291d27..0bc9f115e7ae53710b26ed6da44f5af4962468a6 100644 (file)
@@ -53,7 +53,7 @@ configuration TestBasicsbSensorsAppC {
 }
 implementation {
   components MainC, TestBasicsbSensorsC;
-  components new ThreadC(100) as MainThread;
+  components new ThreadC(125) as MainThread;
   
   components new BlockingPhotoC();
   components new BlockingTempC();