Skip to content

Commit

Permalink
wait 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Dec 13, 2024
1 parent bb34272 commit 83ba20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Integration tests', () => {
before(async () => {
console.log('Starting services..');
const environment = new DockerComposeEnvironment('docker/test/', 'docker-compose.yml')
.withStartupTimeout(3 * MINUTES)
.withStartupTimeout(5 * MINUTES)
.withWaitStrategy(
'poco-subgraph-deployer-1',
Wait.forLogMessage(
Expand Down

0 comments on commit 83ba20f

Please sign in to comment.