Skip to content

Commit

Permalink
chore: more l1 container updates
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Jan 27, 2025
1 parent bdd0f71 commit efb6ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integration-tests/docker-setup/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ async function startL1ChainContainer(network: StartedNetwork) {
? process.env.TENDERLY_RPC_URL
: '',
})
.withStartupTimeout(120000)
// .withStartupTimeout(120000)
.withWaitStrategy(
Wait.forAll([
Wait.forListeningPorts(),
Wait.forLogMessage('Server is running at https://localhost:8081'),
// Wait.forLogMessage('Server is running at https://localhost:8081'),
])
)
.start();
Expand Down

0 comments on commit efb6ff2

Please sign in to comment.