@@ -25,16 +25,16 @@ class OslcSpec extends Specification {
25
25
static private ComposeContainer environment =
26
26
new ComposeContainer (composeFile)
27
27
.withExposedService(RM_SVC , RM_PORT ,
28
- Wait . forLogMessage(" .*main: Started Server@.*" , 1 )
28
+ Wait . forLogMessage(" .*main: Started oejs. Server@.*" , 1 )
29
29
.withStartupTimeout(Duration . ofSeconds(STARTUP_TIMEOUT )))
30
30
.withExposedService(CM_SVC , CM_PORT ,
31
- Wait . forLogMessage(" .*main: Started Server@.*" , 1 )
31
+ Wait . forLogMessage(" .*main: Started oejs. Server@.*" , 1 )
32
32
.withStartupTimeout(Duration . ofSeconds(STARTUP_TIMEOUT )))
33
33
.withExposedService(QM_SVC , QM_PORT ,
34
- Wait . forLogMessage(" .*main: Started Server@.*" , 1 )
34
+ Wait . forLogMessage(" .*main: Started oejs. Server@.*" , 1 )
35
35
.withStartupTimeout(Duration . ofSeconds(STARTUP_TIMEOUT )))
36
36
.withExposedService(AM_SVC , AM_PORT ,
37
- Wait . forLogMessage(" .*main: Started Server@.*" , 1 )
37
+ Wait . forLogMessage(" .*main: Started oejs. Server@.*" , 1 )
38
38
.withStartupTimeout(Duration . ofSeconds(STARTUP_TIMEOUT )))
39
39
.withLocalCompose(true )
40
40
// .withEnv(System.getenv())
0 commit comments