diff --git a/services/cloud-agent-next/wrapper/src/control/sandbox-control-handlers.test.ts b/services/cloud-agent-next/wrapper/src/control/sandbox-control-handlers.test.ts index 1471ab0555..09190df041 100644 --- a/services/cloud-agent-next/wrapper/src/control/sandbox-control-handlers.test.ts +++ b/services/cloud-agent-next/wrapper/src/control/sandbox-control-handlers.test.ts @@ -3241,6 +3241,7 @@ describe('owned control execution', () => { it('bounds a hanging abort and cannot revive the runtime when its acknowledgement arrives late', async () => { const timers = spyOn(globalThis, 'setTimeout'); + setSystemTime(0); const running = Promise.withResolvers(); const abortStarted = Promise.withResolvers(); const remoteStopped = Promise.withResolvers();