Merge branch 'pr-1491' into integration/validation-batch

# Conflicts:
#	plugin/scripts/mcp-server.cjs
#	plugin/scripts/worker-service.cjs
#	src/shared/hook-constants.ts
This commit is contained in:
Alex Newman
2026-04-06 14:20:05 -07:00
6 changed files with 317 additions and 328 deletions

View File

@@ -32,8 +32,8 @@ describe('hook-constants', () => {
expect(HOOK_TIMEOUTS.HEALTH_CHECK).toBe(3000);
});
it('should define POST_SPAWN_WAIT as 5s', () => {
expect(HOOK_TIMEOUTS.POST_SPAWN_WAIT).toBe(5000);
it('should define POST_SPAWN_WAIT as 15s', () => {
expect(HOOK_TIMEOUTS.POST_SPAWN_WAIT).toBe(15000);
});
it('should define PORT_IN_USE_WAIT as 3s', () => {