Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 16, 2024
1 parent 5604d70 commit 87d560c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/ens-test-env/src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ export const main = async (_config, _options, justKill) => {

await awaitCommand('deploy', config.deployCommand)

// wait for anvil deploy to finish
await new Promise((resolve) => setTimeout(resolve, 100))

// remove block timestamp interval after deploy
await rpcFetch('anvil_removeBlockTimestampInterval', [])

Expand Down Expand Up @@ -395,6 +392,8 @@ export const main = async (_config, _options, justKill) => {
}
}

await new Promise((resolve) => setTimeout(resolve, 100))

if (!options.save && cmdsToRun.length > 0 && options.scripts) {
/**
* @type {import('concurrently').ConcurrentlyResult['result']}
Expand Down

0 comments on commit 87d560c

Please sign in to comment.