Luigi Fugaro

Results 1 comments of Luigi Fugaro

@rpau I had similar problem, and I solved by increasing the timeout as follows: ```xml wildfly: buildImage: dockerfileLocation: src/test/resources dockerfileName: Dockerfile noCache: true remove: false exposedPorts: [8080/tcp, 9990/tcp] killContainer: true...