Skip to content

Commit

Permalink
Wait 30s after created log message found
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Oct 25, 2024
1 parent 67ece5f commit 5f26c50
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 @@ -14,7 +14,7 @@ async function main() {
Wait.forLogMessage('Created subgraph: test/poco'),
);
await environment.up();
const secondsToWait = 20;
const secondsToWait = 40;
console.log(`Waiting ${secondsToWait}s..`);
await new Promise((resolve) => setTimeout(resolve, secondsToWait * 1000));
const client = new ApolloClient({
Expand Down

0 comments on commit 5f26c50

Please sign in to comment.