efl: apply notify padding change to popup timeout
authorJoe Konno <joe.konno@intel.com>
Wed, 29 Aug 2012 15:56:24 +0000 (08:56 -0700)
committerJoe Konno <joe.konno@intel.com>
Wed, 29 Aug 2012 20:46:47 +0000 (13:46 -0700)
Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/test_popup.cpp

index 2568c79..dc5cba4 100644 (file)
@@ -46,8 +46,8 @@ public:
                        )
                );
 
-               // If it takes more than 2 seconds for this event to fire, we have a bug
-               checkTimedOut(time(NULL) + 2);
+               // If it takes more than 5 seconds for this event to fire, we have a bug
+               checkTimedOut(time(NULL) + 5);
        }
 
        void noOp(void)
@@ -62,8 +62,8 @@ public:
 
                if (not timedout_)
                {
-                       // prevent a hot loop, sleep for 1/100 of a second
-                       Application::yield(10000);
+                       // prevent a hot loop, sleep for 100ms
+                       Application::yield(100);
 
                        // awaiting the "timedout" signal, so queue another noOp
                        queueCallback(