From: liang_mike Date: Tue, 12 Jan 2010 22:19:39 +0000 (+0000) Subject: Fix the problem where the app hangs X-Git-Tag: rc_6_tinyos_2_1_1~62 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=271cd0bf03be7364a29a9746cc4be25f76481db5 Fix the problem where the app hangs --- diff --git a/apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsAppC.nc b/apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsAppC.nc index cb3b898e..0bc9f115 100644 --- a/apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsAppC.nc +++ b/apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsAppC.nc @@ -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();