提交 99cc7910 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

set valid timeout from 10 to 67 seconds

上级 a51641ae
......@@ -252,7 +252,7 @@ export class BrowserDriver {
log.warn('PuppetWebBrowserDriver' , e.message)
log.verbose('PuppetWebBrowserDriver', e.stack)
reject(e)
}, 10 * 1000)
}, 67 * 1000)
// resolve
driver.getSession()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册