Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hoparound.py
diff options
context:
space:
mode:
Diffstat (limited to 'hoparound.py')
-rw-r--r--hoparound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hoparound.py b/hoparound.py
index b245939..d6d4b44 100644
--- a/hoparound.py
+++ b/hoparound.py
@@ -67,6 +67,6 @@ class HopaRoundActivity(activity.Activity):
self.ui.answer_correct(self.data)
else:
self.ui.answer_incorrect(self.data)
- gobject.timeout_add(2000, self.ui.clear, self.data)
+ gobject.timeout_add(2500, self.ui.clear, self.data)
self.setup(self.data, self.ui)