You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is responsible for the last couple dozen times I read through the AppVeyor logs to figure out why a branch was failing to build. Always seems to be net35.
1) Failed : NUnit.Framework.Internal.Execution.TestWorkerTests.BusyExecuteIdleEventsCalledInSequence
Expected: "BusyExecIdle" after 200 milliseconds delay
But was: <string.Empty>
at NUnit.Framework.Internal.Execution.TestWorkerTests.BusyExecuteIdleEventsCalledInSequence() in C:\projects\nunit\src\NUnitFramework\tests\Internal\TestWorkerTests.cs:line 67
Can we change this to 10_000? If it succeeds it's instantaneous. If it fails, all we care about is not hanging for minutes on end.
The text was updated successfully, but these errors were encountered:
This is responsible for the last couple dozen times I read through the AppVeyor logs to figure out why a branch was failing to build. Always seems to be net35.
Can we change this to
10_000
? If it succeeds it's instantaneous. If it fails, all we care about is not hanging for minutes on end.The text was updated successfully, but these errors were encountered: