We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d2643 commit 82f0511Copy full SHA for 82f0511
test/e2e/models/CodeServer.ts
@@ -47,7 +47,7 @@ export class CodeServer {
47
*/
48
async isEditorVisible() {
49
// Make sure the editor actually loaded
50
- // If it's not visible after 2 seconds, something is wrong
+ // If it's not visible after 5 seconds, something is wrong
51
await this.page.waitForLoadState("networkidle")
52
return await this.page.isVisible("div.monaco-workbench", { timeout: 5000 })
53
}
0 commit comments