Increase timeout span for 1583 test (webview is slow)

This commit is contained in:
Samantha Houts 2018-03-22 10:22:17 -07:00
Родитель 06b82796a0
Коммит ce82bc8111
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ namespace Xamarin.Forms.Controls.Issues
[Test]
public void Issue1583Test ()
{
RunningApp.WaitForElement (q => q.Marked ("webview"));
RunningApp.WaitForElement (q => q.Marked ("webview"), "Could not find webview", System.TimeSpan.FromSeconds(60), null, null);
RunningApp.Screenshot ("I didn't crash and i can see Skøyen");
}
#endif