[ITC][dali-adaptor][Non-ACR][Extend the timer time] 55/197755/2
authorSunghyun kim <scholb.kim@samsung.com>
Wed, 16 Jan 2019 06:15:22 +0000 (15:15 +0900)
committerSunghyun kim <scholb.kim@samsung.com>
Wed, 16 Jan 2019 06:17:45 +0000 (15:17 +0900)
Change-Id: I23c412cd410b78f1d48a8bef797a9c932196372e

src/itc/dali-adaptor/capture/ITs-capture.cpp

index 12cceaa437caa36d1afd4eed9a210bb2e16370f7..728f9ce3a755bb39120685ac4bda85996d97ea9a 100755 (executable)
@@ -89,7 +89,7 @@ namespace
 
                ExcuteTest();
 
-               mTimer = Timer::New( INTERVAL );
+               mTimer = Timer::New( 1000 );
                mTimer.TickSignal().Connect( this, &Capture_TestApp::Tick );
                mTimer.Start();
        }