Skip to content

Commit

Permalink
increase even more
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 14, 2024
1 parent cde53af commit 83e27c8
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, 2000))
await new Promise((resolve) => setTimeout(resolve, 5000))
}
}

Expand Down

0 comments on commit 83e27c8

Please sign in to comment.