Skip to content

Commit

Permalink
Increase timeout for slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Feb 2, 2024
1 parent caac078 commit 6aea7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-refresh/src/__tests__/ReactFresh-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ describe('ReactFresh', () => {
}
}
}
});
}, 10000);

async function runRemountingStressTest(tree) {
patch(() => {
Expand Down

0 comments on commit 6aea7f8

Please sign in to comment.