Skip to content

Commit

Permalink
smoke - need to wait longer for window reload
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Mar 1, 2018
1 parent 8ed3513 commit 04f3109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/spectron/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 04f3109

Please sign in to comment.