diff --git a/apps/remix-ide-e2e/src/tests/editor.test.ts b/apps/remix-ide-e2e/src/tests/editor.test.ts index 2d532cd39d..9a83da9b81 100644 --- a/apps/remix-ide-e2e/src/tests/editor.test.ts +++ b/apps/remix-ide-e2e/src/tests/editor.test.ts @@ -190,7 +190,7 @@ module.exports = { .setEditorValue(BallotWithARefToOwner) .clickLaunchIcon('solidity') .click('*[data-id="compilerContainerCompileBtn"]') // compile - .pause(2000) + .pause(6000) .execute(() => { (document.getElementById('editorView') as any).gotoLine(14, 6) }, [], () => {})