Repository: incubator-weex
Updated Branches:
  refs/heads/master 6d395f5d5 -> af717020c


+ [example] update maraca


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/f4b0b46f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/f4b0b46f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/f4b0b46f

Branch: refs/heads/master
Commit: f4b0b46fa8ef470f8d02044c4049a91fb5ccdc03
Parents: 41cd8dc
Author: 齐山 <sunjjb...@163.com>
Authored: Sat Jun 24 18:59:43 2017 +0800
Committer: 齐山 <sunjjb...@163.com>
Committed: Sat Jun 24 18:59:43 2017 +0800

----------------------------------------------------------------------
 test/scripts/util.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/f4b0b46f/test/scripts/util.js
----------------------------------------------------------------------
diff --git a/test/scripts/util.js b/test/scripts/util.js
index 6e1b581..74d966e 100644
--- a/test/scripts/util.js
+++ b/test/scripts/util.js
@@ -125,7 +125,7 @@ module.exports = {
         return ( isRunInCI ? 60 : 10 ) * 60 * 1000;
     },
     getGETActionWaitTimeMills:function(){
-        return (isRunInCI ? 120 : 5 ) * 1000;
+        return (isRunInCI ? 5 : 1 ) * 1000;
     },
     diffImage, 
     createDriver:function(wd){

Reply via email to