mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 15:31:30 -05:00
[internal] fix flake firefox xhr_spec: bump timeout (#7286)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
_ = Cypress._
|
||||
$ = Cypress.$
|
||||
Promise = Cypress.Promise
|
||||
{ _, $, Promise } = Cypress
|
||||
|
||||
describe "src/cy/commands/xhr", ->
|
||||
before ->
|
||||
@@ -1491,7 +1489,7 @@ describe "src/cy/commands/xhr", ->
|
||||
|
||||
describe "errors", ->
|
||||
beforeEach ->
|
||||
Cypress.config("defaultCommandTimeout", 50)
|
||||
Cypress.config("defaultCommandTimeout", 100)
|
||||
|
||||
@logs = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user