Skip to content

Commit

Permalink
Merge pull request #119 from OndrejKotek/wf-container
Browse files Browse the repository at this point in the history
Adjusting WildFly container startup waiting condition
  • Loading branch information
jbliznak authored Aug 29, 2024
2 parents 9ae790c + 562b00e commit 5e694bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testsuite/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
mode: parseInt("0777", 8),
},
])
.withWaitStrategy(Wait.forLogMessage(new RegExp(".*(WildFly Full.*|JBoss EAP.*)started in.*")))
.withWaitStrategy(Wait.forLogMessage(new RegExp(".*(WildFly.*|JBoss EAP.*)started in.*")))
.withStartupTimeout(333000);
if (useNetworkHostMode === true) {
console.log("host mode");
Expand Down

0 comments on commit 5e694bd

Please sign in to comment.