perf(test): optimize test suite speed and stability

This commit is contained in:
mkorwel
2026-04-14 23:35:02 -07:00
parent a0a3e0c666
commit 78c8ace77f
24 changed files with 85653 additions and 117 deletions
@@ -69,7 +69,7 @@ export function TerminalProvider({ children }: { children: React.ReactNode }) {
setTimeout(() => {
unsubscribe(handler);
resolve();
}, 100);
}, 20);
}),
[stdout, subscribe, unsubscribe],
);