Skip to content

Commit 96b6cfc

Browse files
authored
chore: rebuild fixtures (#8995)
Rebuilds the fixtures for the e2e synching test. Something seem to have become slower, as I needed to bump the timeout to actually build them 😭.
1 parent 818325a commit 96b6cfc

File tree

5 files changed

+67
-70
lines changed

5 files changed

+67
-70
lines changed

yarn-project/end-to-end/src/e2e_synching.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ describe('e2e_synching', () => {
381381
await variant.writeBlocks(blocks);
382382
await teardown();
383383
},
384-
1_200_000,
384+
2_400_000,
385385
);
386386

387387
const testTheVariant = async (

yarn-project/end-to-end/src/fixtures/synching_blocks/10_36_0/blocks.json

+15-16
Large diffs are not rendered by default.

yarn-project/end-to-end/src/fixtures/synching_blocks/10_36_1/blocks.json

+18-18
Large diffs are not rendered by default.

yarn-project/end-to-end/src/fixtures/synching_blocks/10_36_2/blocks.json

+17-18
Large diffs are not rendered by default.

yarn-project/end-to-end/src/fixtures/synching_blocks/10_9_3/blocks.json

+16-17
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)