You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/28 08:46:06 UTC

[15/37] incubator-weex git commit: + [example] macaca modify

+ [example] macaca modify


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

Branch: refs/heads/0.15-dev
Commit: 41cd8dcc53b89401fa15434a83474ed2c080d993
Parents: 49ba77f
Author: 齐山 <su...@163.com>
Authored: Sat Jun 24 18:21:03 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Sat Jun 24 18:21:03 2017 +0800

----------------------------------------------------------------------
 test/scripts/util.js | 2 +-
 test/serve.sh        | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/41cd8dcc/test/scripts/util.js
----------------------------------------------------------------------
diff --git a/test/scripts/util.js b/test/scripts/util.js
index 50bf9ee..6e1b581 100644
--- a/test/scripts/util.js
+++ b/test/scripts/util.js
@@ -194,7 +194,7 @@ module.exports = {
             return driver.status()
         else{
             driver._isInit = true;
-            return driver.initDriver()
+            return driver.initDriver().sleep(20000)
         }
     },
     quit:function(driver){

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/41cd8dcc/test/serve.sh
----------------------------------------------------------------------
diff --git a/test/serve.sh b/test/serve.sh
index a5485e2..eb2a156 100755
--- a/test/serve.sh
+++ b/test/serve.sh
@@ -1,5 +1,4 @@
 #!/bin/bash -eu
 npm run build:vue
 npm run build:ci &
-port="${serport:-12581}"
-npm run serve:no-port -- -p $port
\ No newline at end of file
+npm run serve:no-port -- -p $serport
\ No newline at end of file