mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 23:00:03 -06:00
https-proxy: fix failing tests in CI, give some padding for external network request
This commit is contained in:
@@ -32,6 +32,10 @@ describe "Proxy", ->
|
||||
)
|
||||
|
||||
it "can request the googles", ->
|
||||
## give some padding to external
|
||||
## network request
|
||||
@timeout(10000)
|
||||
|
||||
Promise.all([
|
||||
request({
|
||||
strictSSL: false
|
||||
@@ -135,4 +139,3 @@ describe "Proxy", ->
|
||||
url: "https://localhost:8443/"
|
||||
proxy: "http://localhost:3333"
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user