summaryrefslogtreecommitdiff
path: root/tests/testfunc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testfunc')
-rw-r--r--tests/testfunc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfunc b/tests/testfunc
index d0e6d36743..ce789a7861 100644
--- a/tests/testfunc
+++ b/tests/testfunc
@@ -15,7 +15,7 @@ function bar()
foo();
}
-for ($i=0; $i<1000; $i++) {
+for ($i=0; $i<10; $i++) {
bar();
}