-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ added a maximumWaitTime config default to 10 mins + actually breaks into the debugger when it times out when debugBreakOnTestHang is specified + prints out the progress while we wait so it's obvious if it's hung or just because some tests are taking a long time. example output - [7/30/2021 6:52:26 PM 1] ============current number of tests running 14, allocated 50,040,808,336 so far, 879,122,336 since last; (GC 439:420:420), waited 55s [7/30/2021 6:52:26 PM 1] Still running: DirectedGraph.dll [7/30/2021 6:52:26 PM 1] Still running: LargeObjectAlloc.dll [7/30/2021 6:52:26 PM 1] Still running: LargeObjectAlloc1.dll [7/30/2021 6:52:29 PM 1] Still running: LargeObjectAlloc2.dll
- Loading branch information
Showing
3 changed files
with
62 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters