mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 01:27:41 -07:00
perf(test): optimize test suite speed and stability
This commit is contained in:
@@ -168,7 +168,7 @@ describe('Full Terminal Tool Confirmation Snapshot', () => {
|
||||
|
||||
// Give it a moment to render
|
||||
await act(async () => {
|
||||
await new Promise((resolve) => setTimeout(resolve, 500));
|
||||
await new Promise((resolve) => setTimeout(resolve, 20));
|
||||
});
|
||||
|
||||
await expect({ lastFrame, generateSvg }).toMatchSvgSnapshot();
|
||||
|
||||
Reference in New Issue
Block a user