Skip to content

Commit 6013bab

Browse files
Bump interval for slower machines
1 parent 61f1a94 commit 6013bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/Fixtures.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected virtual void ReleaseResources()
7373

7474
public class TimingFixture
7575
{
76-
public static readonly int TimingInterval = 200;
76+
public static readonly int TimingInterval = 500;
7777
public static readonly int SafetyMargin = 50;
7878
public static readonly int TestTimeout = 5000;
7979
}

0 commit comments

Comments
 (0)