Skip to content

Commit

Permalink
Increase 105 regression test timeout value
Browse files Browse the repository at this point in the history
A two second timeout is failing reasonably often.
Testing with twenty seconds. If that continues
to fail semi-regularly, I'll delete the test.
  • Loading branch information
SeanTAllen committed May 1, 2024
1 parent e332f72 commit d0de70b
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 @@ -35,7 +35,7 @@ class \nodoc\ iso _NetSSL105RegressionTest is UnitTest
fun name(): String => "regression/net_ssl-105"

fun apply(h: TestHelper) =>
h.long_test(2_000_000_000)
h.long_test(20_000_000_000)

try
let url = URL.build("https://example.com")?
Expand Down

0 comments on commit d0de70b

Please sign in to comment.