Reducing number of iterations in tests/jerry/nested_function.js 10000 -> 1000.
This commit is contained in:
@@ -35,7 +35,7 @@ function f1()
|
||||
var k;
|
||||
var i;
|
||||
|
||||
for(i = 0; i < 10000; i++)
|
||||
for(i = 0; i < 1000; i++)
|
||||
{
|
||||
f1();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user