mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 15:00:40 +01:00
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:
parent
c15371e8c0
commit
ee1cf6b9b0
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue