Skip to content

Commit

Permalink
Make URL less likely to timeout
Browse files Browse the repository at this point in the history
example.com is a much bigger site.
  • Loading branch information
SeanTAllen committed Feb 29, 2024
1 parent 8c28bdc commit 35b4d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/test_netssl_105_regression.pony
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class \nodoc\ iso _NetSSL105RegressionTest is UnitTest
h.long_test(2_000_000_000)

try
let url = URL.build("https://echo.sacovo.ch")?
let url = URL.build("https://example.com")?
let auth = TCPConnectAuth(h.env.root)
let client = HTTPClient(auth, _NetSSL105RegressionHandlerFactory(h))
let payload = Payload.request("GET", url)
Expand Down

0 comments on commit 35b4d4b

Please sign in to comment.