Skip to content

Commit

Permalink
test: bump file size to 20k
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Oct 9, 2024
1 parent a6e0989 commit ab77ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/it/size.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
setTimeout(resolve, 1000);
});
expect(transferSize).to.be.greaterThan(0, 'the file should not be empty');
expect(transferSize).to.be.lessThan(17 * 1024, 'we limit the size of the file to 17KB');
expect(transferSize).to.be.lessThan(20 * 1024, 'we limit the size of the file to 20KB');

});

Expand Down

0 comments on commit ab77ec6

Please sign in to comment.