exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
551 stars 142 forks source link

bump timeout higher, value shouldn't matter unless latch isn't triggered #276

Closed elachlan closed 2 years ago

elachlan commented 2 years ago

fixes #275

An excessive value for the wait timeout on the second call should not matter, but will help if there is some sort of issue in saving which blows out the time. This value can be reduced if the point of the test is to make sure the save happens in a timely manner.

elachlan commented 2 years ago

test failure is unrelated.

niemyjski commented 2 years ago

Thanks for the PR and deep dive