Skip to content

Commit

Permalink
remove the sleep. maybe this is actually doing the opposite of what i…
Browse files Browse the repository at this point in the history
… want
  • Loading branch information
aaronmgdr committed Mar 28, 2024
1 parent 019fc4b commit ee9da6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/cli/src/test-utils/teardown.global.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { sleep } from '@celo/base'
import teardown from '@celo/dev-utils/lib/ganache-teardown'

export default async function globalTeardown() {
// wait 2 seconds incase anything is still happening
await sleep(2000)
await teardown()
}
2 changes: 1 addition & 1 deletion packages/docs/sdk/docs/explorer/modules/sourcify.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ the implementation address or null

#### Defined in

[packages/sdk/explorer/src/sourcify.ts:301](https://github.com/celo-org/developer-tooling/blob/master/packages/sdk/explorer/src/sourcify.ts#L301)
[packages/sdk/explorer/src/sourcify.ts:300](https://github.com/celo-org/developer-tooling/blob/master/packages/sdk/explorer/src/sourcify.ts#L300)

0 comments on commit ee9da6c

Please sign in to comment.