Skip to content

Commit

Permalink
Increase timeout on verbatim test
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Nov 9, 2021
1 parent 37dcfcc commit 2481114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ it('yul operators', function () {
});

it('verbatim', function () {
this.timeout(4000);
for (let inArgs = 0; inArgs < 100; inArgs++) {
for (let outArgs = 0; outArgs < 100; outArgs++) {
const verbatim = `verbatim_${inArgs}i_${outArgs}o`;
Expand Down

0 comments on commit 2481114

Please sign in to comment.