diff --git a/packages/app/src/context/global-sync/bootstrap.test.ts b/packages/app/src/context/global-sync/bootstrap.test.ts index e46659890..60d035d0b 100644 --- a/packages/app/src/context/global-sync/bootstrap.test.ts +++ b/packages/app/src/context/global-sync/bootstrap.test.ts @@ -254,7 +254,7 @@ describe("bootstrapDirectory", () => { queryClient, }) - await waitFor(() => store.provider_ready) + await waitFor(() => store.session_status_state === "error") expect(store.session_status_state).toBe("error") expect(store.session_status_ready).toBe(false) diff --git a/packages/opencode/test/session/prompt-effect.test.ts b/packages/opencode/test/session/prompt-effect.test.ts index 8b10aa9d5..d078a829d 100644 --- a/packages/opencode/test/session/prompt-effect.test.ts +++ b/packages/opencode/test/session/prompt-effect.test.ts @@ -1270,7 +1270,7 @@ it.live( }), { git: true, config: providerCfg }, ), - 3_000, + slowIOTimeout, ) it.live( @@ -1554,7 +1554,7 @@ it.live( }), { git: true, config: providerCfg }, ), - 3_000, + slowIOTimeout, ) it.live(