There was an error while loading. Please reload this page.
1 parent 32b9ddb commit 3aa7b7eCopy full SHA for 3aa7b7e
1 file changed
test/functional/web/safari-alerts-e2e.spec.ts
@@ -12,7 +12,7 @@ import {createGuineaPigServerSession, guineaPigPage} from './helpers/index.js';
12
use(chaiAsPromised);
13
14
const IS_CI = Boolean(process.env.CI);
15
-const CI_WEBVIEW_ATOM_WAIT_TIMEOUT_MS = 20000;
+const CI_WEBVIEW_ATOM_WAIT_TIMEOUT_MS = 45000;
16
17
describe('safari - alerts', {skip: Boolean(process.env.CI) && isIosVersionBelow('18.0')}, function () {
18
let driver: Browser;
0 commit comments