Skip to content

Commit 3aa7b7e

Browse files
moar
1 parent 32b9ddb commit 3aa7b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/web/safari-alerts-e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {createGuineaPigServerSession, guineaPigPage} from './helpers/index.js';
1212
use(chaiAsPromised);
1313

1414
const IS_CI = Boolean(process.env.CI);
15-
const CI_WEBVIEW_ATOM_WAIT_TIMEOUT_MS = 20000;
15+
const CI_WEBVIEW_ATOM_WAIT_TIMEOUT_MS = 45000;
1616

1717
describe('safari - alerts', {skip: Boolean(process.env.CI) && isIosVersionBelow('18.0')}, function () {
1818
let driver: Browser;

0 commit comments

Comments
 (0)