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 d29364c commit 56274a5Copy full SHA for 56274a5
napi/parser/test/parse-raw.test.ts
@@ -225,7 +225,8 @@ describe.concurrent('fixtures', () => {
225
it.each(benchFixturePaths)('%s', path => runCaseInWorker(TEST_TYPE_FIXTURE, path));
226
});
227
228
-describeRangeParent.concurrent('range & parent fixtures', () => {
+// `antd.js` test sometimes takes longer than 5 seconds on CI, so increase timeout to 10 seconds
229
+describeRangeParent.concurrent('range & parent fixtures', { timeout: 10_000 }, () => {
230
// oxlint-disable-next-line jest/expect-expect
231
it.each(benchFixturePaths)('%s', path => runCaseInWorker(TEST_TYPE_FIXTURE | TEST_TYPE_RANGE_PARENT, path));
232
0 commit comments