Wait 30 seconds for automation tests to load UI

This commit is contained in:
Mark McDowall committed 2014-08-05 23:41:43 -07:00
1 parent 15f9c3a95d
commit 75236118dd
1 file changed
+1 -1
@@ -28,7 +28,7 @@ public IWebElement Find(By by, int timeout = 5)
}
public void WaitForNoSpinner(int timeout = 20)
public void WaitForNoSpinner(int timeout = 30)
{
//give the spinner some time to show up.
Thread.Sleep(100);