Commit d1c1962
committed
fix(cli): bump timeout on loader migration happy-path tests
The two happy-path tests in loader.test.ts fall through to
loadMigrationModule, which performs a real `npm install
@fern-api/generator-migrations@latest`. That call is network-bound
and regularly exceeds the 5s vitest default on CI, producing a
flaky timeout (observed 2s–8s locally).
Made-with: Cursor1 parent 0cf10c3 commit d1c1962
1 file changed
Lines changed: 6 additions & 2 deletions
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
437 | 441 | | |
438 | 442 | | |
439 | 443 | | |
| |||
456 | 460 | | |
457 | 461 | | |
458 | 462 | | |
459 | | - | |
| 463 | + | |
460 | 464 | | |
461 | 465 | | |
462 | 466 | | |
| |||
483 | 487 | | |
484 | 488 | | |
485 | 489 | | |
486 | | - | |
| 490 | + | |
487 | 491 | | |
488 | 492 | | |
0 commit comments