Skip to content

Commit 3fa3ffd

Browse files
committed
update timeout on test case
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent b36be30 commit 3fa3ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/commands/node.test.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function accountCreationShouldSucceed (accountManager, nodeCmd, namespace) {
141141
nodeCmd.logger.showUserError(e)
142142
expect(e).toBeNull()
143143
}
144-
}, 20000)
144+
}, 60000)
145145
}
146146

147147
function balanceQueryShouldSucceed (accountManager, nodeCmd, namespace) {
@@ -161,6 +161,7 @@ function balanceQueryShouldSucceed (accountManager, nodeCmd, namespace) {
161161
nodeCmd.logger.showUserError(e)
162162
expect(e).toBeNull()
163163
}
164+
await sleep(1000)
164165
}, 20000)
165166
}
166167

0 commit comments

Comments
 (0)