Increase time for travis testing

This commit is contained in:
Jannes Höke 2016-01-04 02:12:24 +01:00
parent fc3fa0f515
commit 24b2bf335c

View file

@ -62,7 +62,7 @@ class UpdaterTest(BaseTest, unittest.TestCase):
"""
def setUp(self):
self.jq = JobQueue("Bot", tick_interval=0.001)
self.jq = JobQueue("Bot", tick_interval=0.005)
self.result = 0
def tearDown(self):