Skip to content

Commit 83ba20f

Browse files
committed
wait 5 minutes
1 parent bb34272 commit 83ba20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Integration tests', () => {
1919
before(async () => {
2020
console.log('Starting services..');
2121
const environment = new DockerComposeEnvironment('docker/test/', 'docker-compose.yml')
22-
.withStartupTimeout(3 * MINUTES)
22+
.withStartupTimeout(5 * MINUTES)
2323
.withWaitStrategy(
2424
'poco-subgraph-deployer-1',
2525
Wait.forLogMessage(

0 commit comments

Comments
 (0)