mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
Increase time for travis testing
This commit is contained in:
parent
fc3fa0f515
commit
24b2bf335c
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue