Realistic test timeout values

This commit is contained in:
John Lewin 2016-10-19 12:19:01 -07:00
parent fbb8d20aeb
commit c1a445270e
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ namespace MatterControl.Tests
MatterControlUtilities.SwitchToAdvancedSettings(testRunner);
};
AutomationRunner testHarness = MatterControlUtilities.RunTest(testToRun, maxTimeToRun: 200);
AutomationRunner testHarness = MatterControlUtilities.RunTest(testToRun, maxTimeToRun: 90);
Assert.IsTrue(testHarness.AllTestsPassed(1));
}
#endif