Skip to content
Snippets Groups Projects
Commit fc7a0d9d authored by felmer's avatar felmer
Browse files

SSDM-2437: JsTestCommonSelenium.runTests(): Increase timeout to 5 minutes

SVN: 34578
parent c1d307d6
No related branches found
No related tags found
Loading
......@@ -117,7 +117,7 @@ public class JsTestCommonSelenium extends SeleniumTest
OpenbisJsCommonWebapp webapp = browser().goTo(location);
String junitReport = "";
for (int x = 0; x < 120; x++)
for (int x = 0; x < 300; x++)
{
junitReport = webapp.getJunitReport();
if (junitReport.length() == 0)
......
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