Skip to content

Commit 7afa862

Browse files
test(ModelManager): increase time.tick to harden flaky tests
1 parent e5c2def commit 7afa862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ModelManager/ModelManager.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ describe('ModelManager', () => {
506506

507507
let props = getLastSelectProps();
508508
props.onChange?.('download');
509-
await time.tick(10);
509+
await time.tick(20);
510510

511511
props = getLastSelectProps();
512512
props.onChange?.('qwen2.5-coder:7b');

0 commit comments

Comments
 (0)