We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fbb51 commit 7a4ed7eCopy full SHA for 7a4ed7e
test/unit/web2/ProcessPoolService.unit.ts
@@ -10,7 +10,7 @@ import { BackpressureException } from '../../../src/verification/web-2-json/util
10
11
use(chaiAsPromised);
12
13
-const jqProcessTimeoutMs = 500;
+const jqProcessTimeoutMs = 1000;
14
const maxJqFilterLength = web2JsonDefaultParams.maxJqFilterLength;
15
16
describe('filterAndEncodeData', () => {
test/unit/web2/jq.unit.ts
@@ -7,7 +7,7 @@ import { Web2JsonValidationError } from '../../../src/verification/web-2-json/ut
7
8
9
let pool: ProcessPoolService;
0 commit comments