Skip to content

Commit 6aea7f8

Browse files
author
Sebastian Silbermann
committed
Increase timeout for slow tests
1 parent caac078 commit 6aea7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-refresh/src/__tests__/ReactFresh-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ describe('ReactFresh', () => {
19371937
}
19381938
}
19391939
}
1940-
});
1940+
}, 10000);
19411941

19421942
async function runRemountingStressTest(tree) {
19431943
patch(() => {

0 commit comments

Comments
 (0)