summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/flightrec2.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/flightrec2.stp')
-rw-r--r--testsuite/systemtap.base/flightrec2.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.base/flightrec2.stp b/testsuite/systemtap.base/flightrec2.stp
index 9d745f4b..f42c9b8e 100644
--- a/testsuite/systemtap.base/flightrec2.stp
+++ b/testsuite/systemtap.base/flightrec2.stp
@@ -1,5 +1,5 @@
-probe timer.ms(1)
+probe timer.ms(10)
{
- for (j = 0; j < 100; j++)
+ for (j = 0; j < 1000; j++)
printf("1234567890\n")
}