test_set_webhook_get_webhook_info: Retry more

Unitests fail too much on this one. Lets retry more, maybe we'll stop
seeing this.
[ci skip]
This commit is contained in:
Noam Meltzer 2017-06-01 21:25:00 +03:00
parent c15371e8c0
commit ee1cf6b9b0

View file

@ -317,7 +317,7 @@ class BotTest(BaseTest, unittest.TestCase):
self.assertEqual(text, fwdmsg.text) self.assertEqual(text, fwdmsg.text)
self.assertEqual(fwdmsg.forward_from_message_id, msg.message_id) self.assertEqual(fwdmsg.forward_from_message_id, msg.message_id)
@flaky(3, 1) @flaky(20, 1)
@timeout(10) @timeout(10)
def test_set_webhook_get_webhook_info(self): def test_set_webhook_get_webhook_info(self):
url = 'https://python-telegram-bot.org/test/webhook' url = 'https://python-telegram-bot.org/test/webhook'