mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-10 12:02:39 +01:00
increase timing for repeatedly failing travis test
This commit is contained in:
parent
139cbc657d
commit
b5875a3abd
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ class JobQueueTest(BaseTest, unittest.TestCase):
|
|||
|
||||
def test_inUpdater(self):
|
||||
u = Updater(bot="MockBot", job_queue_tick_interval=0.005)
|
||||
u.job_queue.put(self.job1, 0.1)
|
||||
sleep(0.15)
|
||||
u.job_queue.put(self.job1, 0.11)
|
||||
sleep(0.2)
|
||||
self.assertEqual(1, self.result)
|
||||
u.stop()
|
||||
sleep(0.4)
|
||||
|
|
Loading…
Reference in a new issue