Reduce unnecessary delay at leveling conclusion

- Issue MatterHackers/MCCentral#5404
Investigate and reduce automation test delays
This commit is contained in:
jlewin 2019-04-30 16:49:34 -07:00
parent 98e5b1e2b7
commit 93ab9e6d7c

View file

@ -1005,7 +1005,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.ClickByName("Done Button");
testRunner.Delay();
if (testRunner.NameExists("Already Loaded Button"))
if (testRunner.NameExists("Already Loaded Button", 0.2))
{
testRunner.ClickByName("Already Loaded Button");
}