We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e6d06 commit 0b0ab6fCopy full SHA for 0b0ab6f
projects/client/Unit/src/unit/Fixtures.cs
@@ -73,8 +73,8 @@ protected virtual void ReleaseResources()
73
74
public class TimingFixture
75
{
76
- public static readonly int TimingInterval = 500;
77
- public static readonly int SafetyMargin = 50;
+ public static readonly int TimingInterval = 300;
+ public static readonly int SafetyMargin = 150;
78
public static readonly int TestTimeout = 5000;
79
}
80
0 commit comments