Skip to content

Commit 803ae01

Browse files
authored
Update babel-plugin-transform-prevent-infinite-loops.js
1 parent 90b3c7c commit 803ae01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/eval/transpilers/babel/plugins/babel-plugin-transform-prevent-infinite-loops.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Based on https://repl.it/site/blog/infinite-loops.
1010

11-
const MAX_ITERATIONS = 5000;
11+
const MAX_ITERATIONS = 25000;
1212

1313
module.exports = ({ types: t, template }) => {
1414
// We set a global so that we can later fail the test

0 commit comments

Comments
 (0)