Skip to content

Commit ee1cf6b

Browse files
committed
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]
1 parent c15371e commit ee1cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_forward_channel_message(self):
317317
self.assertEqual(text, fwdmsg.text)
318318
self.assertEqual(fwdmsg.forward_from_message_id, msg.message_id)
319319

320-
@flaky(3, 1)
320+
@flaky(20, 1)
321321
@timeout(10)
322322
def test_set_webhook_get_webhook_info(self):
323323
url = 'https://python-telegram-bot.org/test/webhook'

0 commit comments

Comments
 (0)