summaryrefslogtreecommitdiff
path: root/testnotification
diff options
context:
space:
mode:
Diffstat (limited to 'testnotification')
-rw-r--r--testnotification/testnotificationprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testnotification/testnotificationprovider.cpp b/testnotification/testnotificationprovider.cpp
index 49e49b1..1e9fcdc 100644
--- a/testnotification/testnotificationprovider.cpp
+++ b/testnotification/testnotificationprovider.cpp
@@ -10,7 +10,7 @@ TestNotificationProvider::TestNotificationProvider(QObject *parent) :
NotificationProvider(parent),
_timer(new QTimer(this))
{
- const int initial_delay = 4000;
+ const int initial_delay = 2000;
const int burst_num = 1;
const int burst_delay = 500;
const int extra_delay = 100 * 1000;