Reduce unnecessary delay at leveling conclusion
- Issue MatterHackers/MCCentral#5404 Investigate and reduce automation test delays
This commit is contained in:
parent
98e5b1e2b7
commit
93ab9e6d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue