mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 02:20:48 -07:00
perf(test): optimize test suite speed and stability
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user