Skip to content

Commit

Permalink
increase timeout in ens-test-env for running subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 14, 2024
1 parent 2c4f4ee commit 650c3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ens-test-env/src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export const main = async (_config, _options, justKill) => {
'http-get://localhost:8000/subgraphs/name/graphprotocol/ens',
],
})
await new Promise((resolve) => setTimeout(resolve, 100))
await new Promise((resolve) => setTimeout(resolve, 1000))
}
}

Expand Down

0 comments on commit 650c3ba

Please sign in to comment.