diff --git a/apps/remix-ide-e2e/src/commands/setSolidityCompilerVersion.ts b/apps/remix-ide-e2e/src/commands/setSolidityCompilerVersion.ts index fe96c195ea..b03de8aa14 100644 --- a/apps/remix-ide-e2e/src/commands/setSolidityCompilerVersion.ts +++ b/apps/remix-ide-e2e/src/commands/setSolidityCompilerVersion.ts @@ -17,7 +17,7 @@ class SetSolidityCompilerVersion extends EventEmitter { .waitForElementPresent({ selector: `//span[@data-version='${version}']`, locateStrategy: 'xpath', - timeout: 120000, + timeout: 60000, suppressNotFoundErrors: true, abortOnFailure: false }).captureBrowserConsoleLogs((logs) => {