dfinity / ic-hs

A haskell toolbox for the Internet Computer
Apache License 2.0
35 stars 6 forks source link

increase HTTP response timeout in ic-ref-test #208

Closed mraszyk closed 1 year ago

mraszyk commented 1 year ago

This PR should address ic-ref-test flakiness of the form:

2023-07-03 12:15:17.159 INFO[test:StdOut]         Exception: HttpExceptionRequest Request {
2023-07-03 12:15:17.159 INFO[test:StdOut]           host                 = "[2a0b:21c0:4003:2:5014:5eff:fe29:8571]"
2023-07-03 12:15:17.159 INFO[test:StdOut]           port                 = 8080
2023-07-03 12:15:17.159 INFO[test:StdOut]           secure               = False
2023-07-03 12:15:17.159 INFO[test:StdOut]           requestHeaders       = [("Content-Type","application/cbor")]
2023-07-03 12:15:17.159 INFO[test:StdOut]           path                 = "/api/v2/canister/rwlgt-iiaaa-aaaaa-aaaaa-cai/call"
2023-07-03 12:15:17.159 INFO[test:StdOut]           queryString          = ""
2023-07-03 12:15:17.159 INFO[test:StdOut]           method               = "POST"
2023-07-03 12:15:17.159 INFO[test:StdOut]           proxy                = Nothing
2023-07-03 12:15:17.159 INFO[test:StdOut]           rawBody              = False
2023-07-03 12:15:17.159 INFO[test:StdOut]           redirectCount        = 10
2023-07-03 12:15:17.159 INFO[test:StdOut]           responseTimeout      = ResponseTimeoutDefault
2023-07-03 12:15:17.159 INFO[test:StdOut]           requestVersion       = HTTP/1.1
2023-07-03 12:15:17.159 INFO[test:StdOut]           proxySecureMode      = ProxySecureWithConnect
2023-07-03 12:15:17.159 INFO[test:StdOut]         }
2023-07-03 12:15:17.159 INFO[test:StdOut]          ConnectionTimeout