From ee1cf6b9b02246812ba8e64054f9edd6500ef18f Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Thu, 1 Jun 2017 21:25:00 +0300 Subject: [PATCH] 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] --- tests/test_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bot.py b/tests/test_bot.py index a3ddb5108..700253a61 100644 --- a/tests/test_bot.py +++ b/tests/test_bot.py @@ -317,7 +317,7 @@ class BotTest(BaseTest, unittest.TestCase): self.assertEqual(text, fwdmsg.text) self.assertEqual(fwdmsg.forward_from_message_id, msg.message_id) - @flaky(3, 1) + @flaky(20, 1) @timeout(10) def test_set_webhook_get_webhook_info(self): url = 'https://python-telegram-bot.org/test/webhook'