Skip to content

Commit 7a4ed7e

Browse files
committed
test: try increase jq timeout for Web2Json unit tests
1 parent 55fbb51 commit 7a4ed7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit/web2/ProcessPoolService.unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { BackpressureException } from '../../../src/verification/web-2-json/util
1010

1111
use(chaiAsPromised);
1212

13-
const jqProcessTimeoutMs = 500;
13+
const jqProcessTimeoutMs = 1000;
1414
const maxJqFilterLength = web2JsonDefaultParams.maxJqFilterLength;
1515

1616
describe('filterAndEncodeData', () => {

test/unit/web2/jq.unit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Web2JsonValidationError } from '../../../src/verification/web-2-json/ut
77

88
use(chaiAsPromised);
99

10-
const jqProcessTimeoutMs = 500;
10+
const jqProcessTimeoutMs = 1000;
1111
const maxJqFilterLength = web2JsonDefaultParams.maxJqFilterLength;
1212

1313
let pool: ProcessPoolService;

0 commit comments

Comments
 (0)