Skip to content

Commit dd3ec67

Browse files
committed
fix flaky system test probably
1 parent b0b55e0 commit dd3ec67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-tests/projects/e2e/cypress/e2e/web_security.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('web security', function () {
2525
.contains('success!', { timeout: 500 })
2626
})
2727

28-
it('finds the correct spec bridge even if a previous spec bridge host is a subset of the current host', () => {
28+
it('finds the correct spec bridge even if a previous spec bridge host is a subset of the current host', { defaultCommandTimeout: 4000 }, () => {
2929
// Establish a spec bridge with a 'bar.com' host prior to loading 'foobar.com'
3030
if (Cypress.config('experimentalSessionAndOrigin')) {
3131
cy.origin('http://www.bar.com:4466', () => undefined)

0 commit comments

Comments
 (0)