mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:15:09 +00:00
[ci] Increase DevTools test shards and bump timeout (#35459)
[ci] Increase DevTools test shards and bump timeout - Increase DevTools test shards from 3 to 5 - Bump timeout to 20s --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/35459). * #35458 * __->__ #35459
This commit is contained in:
8
.github/workflows/runtime_build_and_test.yml
vendored
8
.github/workflows/runtime_build_and_test.yml
vendored
@@ -454,9 +454,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
shard:
|
||||
- 1/3
|
||||
- 2/3
|
||||
- 3/3
|
||||
- 1/5
|
||||
- 2/5
|
||||
- 3/5
|
||||
- 4/5
|
||||
- 5/5
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -654,7 +654,7 @@ describe('ProfilerContext', () => {
|
||||
expect(store.profilerStore.isProfilingBasedOnUserInput).toBe(false);
|
||||
|
||||
document.body.removeChild(profilerContainer);
|
||||
});
|
||||
}, 20000);
|
||||
|
||||
it('should navigate between commits when the keyboard shortcut is pressed', async () => {
|
||||
const Parent = () => <Child />;
|
||||
|
||||
Reference in New Issue
Block a user