[internal] fix flake firefox xhr_spec: bump timeout (#7286)

This commit is contained in:
Ben Kucera
2020-05-11 06:51:55 +00:00
committed by GitHub
parent d284269daa
commit 9bf300a383
@@ -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 = []