Skip to content

Commit

Permalink
Increase timeout span for 1583 test (webview is slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
samhouts committed Mar 22, 2018
1 parent 06b8279 commit ce82bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected override void Init()
[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
Expand Down

0 comments on commit ce82bc8

Please sign in to comment.