We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567b90d commit 73a50cbCopy full SHA for 73a50cb
scripts/babel/transform-prevent-infinite-loops.js
@@ -13,7 +13,7 @@
13
// This should be reasonable for all loops in the source.
14
// Note that if the numbers are too large, the tests will take too long to fail
15
// for this to be useful (each individual test case might hit an infinite loop).
16
-const MAX_SOURCE_ITERATIONS = 1500;
+const MAX_SOURCE_ITERATIONS = 5000;
17
// Code in tests themselves is permitted to run longer.
18
// For example, in the fuzz tester.
19
const MAX_TEST_ITERATIONS = 5000;
0 commit comments