diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index 61e627e2..618b2620 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -14,6 +14,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '24' - name: Install dependencies run: npm ci diff --git a/src/snapshot-tests/__tests__/json-fixture-schema.test.ts b/src/snapshot-tests/__tests__/json-fixture-schema.test.ts index 6e0d6683..82c67e56 100644 --- a/src/snapshot-tests/__tests__/json-fixture-schema.test.ts +++ b/src/snapshot-tests/__tests__/json-fixture-schema.test.ts @@ -238,7 +238,7 @@ describe('structured JSON fixture schemas', () => { expect(result.rawText, probe.toolName).toContain(probe.expectedInfrastructureText); } } - }, 30_000); + }, 120_000); it('rejects the historical schema-valued additionalProperties input', () => { expect(() =>