From 2b98d261b5b44806eec3720273fd921528efe4a9 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Thu, 19 Mar 2026 08:28:54 -0700 Subject: [PATCH] Fix. --- integration-tests/hooks-system.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/hooks-system.test.ts b/integration-tests/hooks-system.test.ts index a3d3821c01..4fe63a3ab6 100644 --- a/integration-tests/hooks-system.test.ts +++ b/integration-tests/hooks-system.test.ts @@ -10,7 +10,7 @@ import { join } from 'node:path'; import { writeFileSync, existsSync, mkdirSync } from 'node:fs'; import os from 'node:os'; -describe('Hooks System Integration', () => { +describe('Hooks System Integration', { timeout: 120000 }, () => { let rig: TestRig; beforeEach(() => { @@ -2019,7 +2019,7 @@ console.log(JSON.stringify({ rig.setup('Hook Disabling Multiple Ops', { fakeResponsesPath: join( import.meta.dirname, - 'hooks-system.multiple-ops.responses', + 'hooks-system.disabled-via-command.responses', ), settings: { hooksConfig: {