Skip to content

Commit

Permalink
KEYCLOAK-6509 Set waiting period in RulePolicyForm to longer value
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuzikar committed Feb 5, 2018
1 parent a50b94b commit 3420293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void populate(RulePolicyRepresentation expected, boolean save) {
setInputValue(artifactVersion, expected.getArtifactVersion());

clickLink(resolveModuleButton);
waitGui().withTimeout(30, TimeUnit.SECONDS).until().element(id("moduleName")).is().enabled();
waitGui().withTimeout(150, TimeUnit.SECONDS).until().element(id("moduleName")).is().enabled(); // The module load time could be long at some conditions

moduleName.selectByVisibleText(expected.getModuleName());
WaitUtils.pause(1000);
Expand Down

0 comments on commit 3420293

Please sign in to comment.