summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/profile.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/profile.exp')
-rw-r--r--testsuite/systemtap.samples/profile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp
index 249a1589..9ca9da15 100644
--- a/testsuite/systemtap.samples/profile.exp
+++ b/testsuite/systemtap.samples/profile.exp
@@ -1,7 +1,7 @@
set test "profile"
if {![installtest_p]} { untested $test; return }
-spawn stap $srcdir/$subdir/profile.stp
+spawn stap -DMAXMAPENTRIES=10000 $srcdir/$subdir/profile.stp
set ok 0
expect {
-timeout 360