Skip to content

Commit

Permalink
pr review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed May 3, 2024
1 parent 1ed981b commit 90672ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/commands/mirror_node.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('MirrorNodeCommand', () => {
mirrorNodeCmd.logger.showUserError(e)
expect(e).toBeNull()
}
}, 360000)
}, 480000)

it('mirror node api and hedera explorer should success', async () => {
await accountManager.loadNodeClient(namespace)
Expand Down Expand Up @@ -153,8 +153,6 @@ describe('MirrorNodeCommand', () => {
} catch (e) {
mirrorNodeCmd.logger.showUserError(e)
expect(e).toBeNull()
} finally {
await accountManager.close()
}
}, 240000)

Expand Down

0 comments on commit 90672ac

Please sign in to comment.