We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb34272 commit 83ba20fCopy full SHA for 83ba20f
itest/integration.test.ts
@@ -19,7 +19,7 @@ describe('Integration tests', () => {
19
before(async () => {
20
console.log('Starting services..');
21
const environment = new DockerComposeEnvironment('docker/test/', 'docker-compose.yml')
22
- .withStartupTimeout(3 * MINUTES)
+ .withStartupTimeout(5 * MINUTES)
23
.withWaitStrategy(
24
'poco-subgraph-deployer-1',
25
Wait.forLogMessage(
0 commit comments