summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-16 16:21:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-16 17:16:52 +0100
commit639854d77bafb19bda031505daad038916a11593 (patch)
tree86db17ccaa149913ba889a654b2ce13635eb5371 /vcl/source/app
parent6a627d6c5a94dbfae38bc1a6b1f716df19e47fd1 (diff)
afl-eventtesting: add a realistic impress workout
Change-Id: Ie40071dd91e28131ddb62c03834fda097a1d90ea
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/svapp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 14b34c2ada48..fe4fb7134fec 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -434,7 +434,7 @@ void Application::Execute()
{
if (GetCommandLineParam(i) == "--eventtesting")
{
- pSVData->maAppData.mnEventTestLimit = 10;
+ pSVData->maAppData.mnEventTestLimit = 50;
pSVData->maAppData.mpEventTestingIdle = new Idle("eventtesting");
pSVData->maAppData.mpEventTestingIdle->SetIdleHdl(LINK(&(pSVData->maAppData), ImplSVAppData, VclEventTestingHdl));
pSVData->maAppData.mpEventTestingIdle->SetPriority(SchedulerPriority::MEDIUM);