summaryrefslogtreecommitdiff
path: root/testnotification
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-07-07 15:38:59 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-07-07 15:38:59 +0200
commitc34471994d7393cba9840feb04d250f179cf815a (patch)
tree5b33c9a925b49ed135c59693e4082f3f2dd14c81 /testnotification
parent3b823c5c2c8af3ae8b2c32f4968b512c8b7c58d8 (diff)
downloadsowatch-c34471994d7393cba9840feb04d250f179cf815a.tar.gz
sowatch-c34471994d7393cba9840feb04d250f179cf815a.zip
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;