We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15371e commit ee1cf6bCopy full SHA for ee1cf6b
tests/test_bot.py
@@ -317,7 +317,7 @@ def test_forward_channel_message(self):
317
self.assertEqual(text, fwdmsg.text)
318
self.assertEqual(fwdmsg.forward_from_message_id, msg.message_id)
319
320
- @flaky(3, 1)
+ @flaky(20, 1)
321
@timeout(10)
322
def test_set_webhook_get_webhook_info(self):
323
url = 'https://python-telegram-bot.org/test/webhook'
0 commit comments