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
+1 -1
View File
@@ -14,7 +14,7 @@ import { vi } from 'vitest';
// for React state updates.
export async function waitFor(
assertion: () => void | Promise<void>,
{ timeout = 2000, interval = 50 } = {},
{ timeout = 2000, interval = 10 } = {},
): Promise<void> {
const startTime = Date.now();