[deprecated api][increasing the timeout] 72/123072/1
authorjh0219.han <jh0219.han@samsung.com>
Tue, 4 Apr 2017 09:58:54 +0000 (18:58 +0900)
committerjh0219.han <jh0219.han@samsung.com>
Tue, 4 Apr 2017 09:58:54 +0000 (18:58 +0900)
Change-Id: I14aae4f4a7efbd75fad71eab9fc6a52aadc11d1d

common/tct-deprecatedapi-tizen-tests/deprecatedapi/PowerManager_turnScreenOn_successful.html

index 840eff699e1e9f5c750e06ec8a27ec4defef1a23..1a360ce04d94897ee4d75c4086ce3f3c224e39e7 100755 (executable)
@@ -63,7 +63,7 @@ t.step(function () {
     setTimeout(t.step_func(function () {
         assert_true(isScreenOn, "The screen should be turned on");
         t.done();
-    }), 500);
+    }), 1000);
 });
 
 </script>