OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Reduce timeouts on sending and receiving some control messages #552

Closed LukeButters closed 10 months ago

LukeButters commented 10 months ago

Background

Neither of those operations should take 10 minutes to run.

Also increase the auth timeouts in tests, since when running 64 tests in parallel locally while building octopus server I would sometimes timeouts in the auth stage.

How to review this PR

Quality :heavy_check_mark:

Is it possible to test these timeouts?

Pre-requisites