OctopusDeploy / Halibut

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

Reduce StandardIterationCount on linux #527

Closed LukeButters closed 10 months ago

LukeButters commented 10 months ago

Background

Linux is slower than windows and this does impact the time it takes to run all of the tests, which especially frustrating for local development.

This reduces the iterations for listening from 1000 to 250 on linux, which is probably still well enough.

Some tests go from 1m38s to 28s.

How to review this PR

Quality :heavy_check_mark:

Pre-requisites