Skip to content

Commit 2b22b00

Browse files
committed
Try to fix test by increasing timeout
1 parent d8ca06b commit 2b22b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/test/support/fixtures/projects/e2e/cypress/integration/hook_caught_error_failing_spec.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ it "t1a", ->
99
## these 3 should be skipped
1010
describe "s1a", ->
1111
beforeEach ->
12-
cy.get(".does-not-exist", {timeout: 100})
12+
cy.get(".does-not-exist", {timeout: 500})
1313

1414
it "t2a", ->
1515
it "t3a", ->

0 commit comments

Comments
 (0)