-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase timeout in tests and review redundant JSON changes
Updated `incrementTestDoneSignal.Wait` timeout from 5s to 10s in `UsingInterlockedOps.cs` to ensure tests have sufficient time to complete. Reviewed `xunit.runner.json` for redundant changes to `parallelizeTestCollections` property, which remains set to `true`.
- Loading branch information
Showing
6 changed files
with
9 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", | ||
"parallelizeAssembly": true, | ||
"parallelizeTestCollections" : true, | ||
"parallelizeTestCollections" : true | ||
} |
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
2 changes: 1 addition & 1 deletion
2
Source/Tst/KZDev.PerfUtils.Memory.Fixed.UnitTests/xunit.runner.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", | ||
"parallelizeAssembly": true, | ||
"parallelizeTestCollections" : true, | ||
"parallelizeTestCollections" : true | ||
} |
2 changes: 1 addition & 1 deletion
2
Source/Tst/KZDev.PerfUtils.Memory.Heap.UnitTests/xunit.runner.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", | ||
"parallelizeAssembly": true, | ||
"parallelizeTestCollections" : true, | ||
"parallelizeTestCollections" : true | ||
} |
2 changes: 1 addition & 1 deletion
2
Source/Tst/KZDev.PerfUtils.Memory.Native.UnitTests/xunit.runner.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", | ||
"parallelizeAssembly": true, | ||
"parallelizeTestCollections" : true, | ||
"parallelizeTestCollections" : true | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", | ||
"parallelizeAssembly": true, | ||
"parallelizeTestCollections" : true, | ||
"parallelizeTestCollections" : true | ||
} |