Skip to content

Commit 7c95248

Browse files
committed
Increase encryption test timeout value to 90s
1 parent ba07650 commit 7c95248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/node/encryption.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('#integration encryption', () => {
2525

2626
beforeEach(() => {
2727
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL
28-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000
28+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 90000
2929
})
3030

3131
afterEach(() => {

0 commit comments

Comments
 (0)