Skip to content

Commit

Permalink
Allow slightly larger home page size now that a logo image is included
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Dec 3, 2024
1 parent 3758ae8 commit 072626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/basicflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('Refacto', { stopAtFirstFailure: true, timeout }, () => {
const estimatedSeconds = bytes / Mbps(1.0);

if (process.env['MODE'] !== 'dev') {
expect(estimatedSeconds).toBeLessThan(3);
expect(estimatedSeconds).toBeLessThan(3.5);
}
});

Expand Down

0 comments on commit 072626a

Please sign in to comment.