Skip to content

Commit

Permalink
chore: rebuild fixtures (#8995)
Browse files Browse the repository at this point in the history
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 😭.
  • Loading branch information
LHerskind authored Oct 3, 2024
1 parent 818325a commit 96b6cfc
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 70 deletions.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_synching.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ describe('e2e_synching', () => {
await variant.writeBlocks(blocks);
await teardown();
},
1_200_000,
2_400_000,
);

const testTheVariant = async (
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 96b6cfc

Please sign in to comment.