Skip to content

Commit

Permalink
Merge pull request #28899 from storybookjs/norbert/less-flaky-bootstr…
Browse files Browse the repository at this point in the history
…apqueue-test

Build: Reduce flake in `BootstrapQueue` test
  • Loading branch information
ndelangen authored Aug 16, 2024
2 parents 010e68f + 47219d4 commit bf2e894
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { queueBootstrapping } from './BootstrapQueue';
const instantWaitFor = (fn: () => void) => {
return vi.waitFor(fn, {
interval: 0,
timeout: 10000,
});
};

Expand Down

0 comments on commit bf2e894

Please sign in to comment.