Skip to content

Commit 4e413da

Browse files
committed
increase timeout
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 6915a8b commit 4e413da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/commands/mirror_node.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('MirrorNodeCommand', () => {
170170
mirrorNodeCmd.logger.showUserError(e)
171171
expect(e).toBeNull()
172172
}
173-
}, 240000)
173+
}, 300000)
174174

175175
it('mirror node destroy should success', async () => {
176176
expect.assertions(1)

0 commit comments

Comments
 (0)