Skip to content

Commit 0b0ab6f

Browse files
Better elapsed time interval tweak
1 parent 28e6d06 commit 0b0ab6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ protected virtual void ReleaseResources()
7373

7474
public class TimingFixture
7575
{
76-
public static readonly int TimingInterval = 500;
77-
public static readonly int SafetyMargin = 50;
76+
public static readonly int TimingInterval = 300;
77+
public static readonly int SafetyMargin = 150;
7878
public static readonly int TestTimeout = 5000;
7979
}
8080
}

0 commit comments

Comments
 (0)