提交 04f3109d 编写于 作者: B Benjamin Pasero

smoke - need to wait longer for window reload

上级 8ed35130
......@@ -132,7 +132,7 @@ export class SpectronApplication {
async reload(): Promise<any> {
await this.workbench.quickopen.runCommand('Reload Window');
// TODO @sandy: Find a proper condition to wait for reload
await new Promise(c => setTimeout(c, 500));
await new Promise(c => setTimeout(c, 1500));
await this.checkWindowReady();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册