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
87657bcd70
commit
fc3fa0f515
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ class UpdaterTest(BaseTest, unittest.TestCase):
|
|||
print('Testing basic job queue function')
|
||||
self.jq.put(self.job1, 0.1)
|
||||
self.jq.start()
|
||||
sleep(1.05)
|
||||
self.assertEqual(10, self.result)
|
||||
sleep(1.5)
|
||||
self.assertGreaterEqual(self.result, 10)
|
||||
|
||||
def test_noRepeat(self):
|
||||
print('Testing job queue without repeat')
|
||||
|
|
Loading…
Add table
Reference in a new issue