Skip to content

Commit

Permalink
Set compose startup time to 5min
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Oct 28, 2024
1 parent 9ce4aa9 commit d49dc77
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 @@ -7,7 +7,7 @@ const APIURL = 'http://localhost:8000/subgraphs/name/test/poco';
async function main() {
console.log('Running integration tests..');
const environment = new DockerComposeEnvironment('docker/test/', 'docker-compose.yml')
.withStartupTimeout(2 * 60 * 1000)
.withStartupTimeout(5 * 60 * 1000)
.withWaitStrategy(
'poco-subgraph-deployer-1',
Wait.forLogMessage(
Expand Down

0 comments on commit d49dc77

Please sign in to comment.