Skip to content

Commit 82f0511

Browse files
committed
fixup: wrong seconds in CodeServer
1 parent 37d2643 commit 82f0511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/models/CodeServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class CodeServer {
4747
*/
4848
async isEditorVisible() {
4949
// Make sure the editor actually loaded
50-
// If it's not visible after 2 seconds, something is wrong
50+
// If it's not visible after 5 seconds, something is wrong
5151
await this.page.waitForLoadState("networkidle")
5252
return await this.page.isVisible("div.monaco-workbench", { timeout: 5000 })
5353
}

0 commit comments

Comments
 (0)