Skip to content

Commit e1cec23

Browse files
committed
update version
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 0f2c6a8 commit e1cec23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/commands/node.test.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ import {
4141
import { sleep } from '../../../src/core/helpers.mjs'
4242

4343
describe.each([
44-
{ releaseTag: 'v0.49.0-alpha.1', keyFormat: constants.KEY_FORMAT_PFX, testName: 'node-cmd-e2e-pfx', mode: 'kill' },
45-
{ releaseTag: 'v0.49.0-alpha.1', keyFormat: constants.KEY_FORMAT_PEM, testName: 'node-cmd-e2e-pem', mode: 'stop' }
44+
{ releaseTag: 'v0.49.0-alpha.2', keyFormat: constants.KEY_FORMAT_PFX, testName: 'node-cmd-e2e-pfx', mode: 'kill' },
45+
{ releaseTag: 'v0.49.0-alpha.2', keyFormat: constants.KEY_FORMAT_PEM, testName: 'node-cmd-e2e-pem', mode: 'stop' }
4646
])('NodeCommand', (input) => {
4747
const testName = input.testName
4848
const namespace = testName
@@ -161,7 +161,7 @@ function balanceQueryShouldSucceed (accountManager, nodeCmd, namespace) {
161161
nodeCmd.logger.showUserError(e)
162162
expect(e).toBeNull()
163163
}
164-
}, 120000)
164+
}, 20000)
165165
}
166166

167167
function nodeShouldBeRunning (nodeCmd, namespace, nodeId) {

0 commit comments

Comments
 (0)