Skip to content

Commit 2481114

Browse files
committed
Increase timeout on verbatim test
1 parent 37dcfcc commit 2481114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ it('yul operators', function () {
102102
});
103103

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

0 commit comments

Comments
 (0)