Put the time in TestGenerateTap() 41/277941/1
authorjoogab.yun <joogab.yun@samsung.com>
Fri, 15 Jul 2022 07:03:54 +0000 (16:03 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Fri, 15 Jul 2022 07:03:54 +0000 (16:03 +0900)
dependency : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/277923/

Change-Id: I7b2378fa34de4aaa3f43cbfdb58998534308a833

automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp

index f24108c..f762e8d 100644 (file)
@@ -2701,14 +2701,14 @@ int utcDaliTextFieldEvent03(void)
   application.Render();
 
   // Tap first to get the focus.
-  TestGenerateTap(application, 3.0f, 25.0f);
+  TestGenerateTap(application, 3.0f, 25.0f, 100);
 
   // Render and notify
   application.SendNotification();
   application.Render();
 
   // Double tap to select a word.
-  TestGenerateTap(application, 3.0f, 25.0f);
+  TestGenerateTap(application, 3.0f, 25.0f, 200);
 
   // Render and notify
   application.SendNotification();