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

use 10 seconds to wait a page refresh

上级 037f39c8
......@@ -312,7 +312,7 @@ class PuppetWeb extends Puppet {
this.bridge.init()
.then(r => log.verbose('PuppetWeb', 'onServerDisconnect() bridge re-inited: %s', r))
.catch(e => log.error('PuppetWeb', 'onServerDisconnect() exception: [%s]', e))
}, 1000)
}, 10000) // 10 seconds should be enough to wait
return
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册