Skip to content

Commit

Permalink
Add delay in test
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 26, 2024
1 parent d6535db commit 83f66e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethernaut-network/test/tasks/add.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('add', function () {

describe('when provider is missing', function () {
before('run add', async function () {
await terminal.run('npx hardhat net add --alias test__2', 1000)
await terminal.run('npx hardhat net add --alias test__2', 5000)
})

it('suggests strategies', async function () {
Expand Down

0 comments on commit 83f66e6

Please sign in to comment.