Skip to content

Commit e897596

Browse files
committed
Increase Appium startup wait
1 parent 8dfaef4 commit e897596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NAPS2.App.Tests/Appium/AppiumTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private static WindowsDriver<WindowsElement> StartSession(AppTestExe exe, string
2121

2222
public void Init(IAppTestTarget target)
2323
{
24-
Thread.Sleep(2000);
24+
Thread.Sleep(5000);
2525
_session = StartSession(target.Gui, FolderPath);
2626
ResetMainWindow();
2727
}

0 commit comments

Comments
 (0)