Skip to content
Snippets Groups Projects
Commit d2420195 authored by pkupczyk's avatar pkupczyk
Browse files

SP-617 / BIS-366 : openbis.js - integrate automated tests with CI server -...

SP-617 / BIS-366 : openbis.js - integrate automated tests with CI server - follow-up - increase the selenium timeout

SVN: 29079
parent 2b7b70f4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ public class OpenbisJsCommonWebapp
public int getFailedCount()
{
SeleniumTest.setImplicitWait(120, TimeUnit.SECONDS);
SeleniumTest.setImplicitWait(300, TimeUnit.SECONDS);
try
{
WebElement failedElement = infoBox.findElement(By.xpath("span[3]"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment