Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 958e07a

Browse files
authored
Increasing AllowedWindow time, Fixes #28479 (#28490)
1 parent 29f0ce5 commit 958e07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Diagnostics.Process/tests/ProcessTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ public void TotalProcessorTime_GetNotStarted_ThrowsInvalidOperationException()
685685
[Fact]
686686
public void TestProcessStartTime()
687687
{
688-
TimeSpan allowedWindow = TimeSpan.FromSeconds(1);
688+
TimeSpan allowedWindow = TimeSpan.FromSeconds(3);
689689

690690
for (int i = 0; i < 2; i++)
691691
{

0 commit comments

Comments
 (0)