https-proxy: fix failing tests in CI, give some padding for external network request

This commit is contained in:
Brian Mann
2017-05-17 18:14:44 -04:00
parent 78453c4d8b
commit 21df127ff7

View File

@@ -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"
})