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 f3b779c commit e735343Copy full SHA for e735343
e2e_tests/python/chat_session.py
@@ -69,8 +69,8 @@ async def start(self) -> None:
69
70
for i, user_input in enumerate(self.user_utterances):
71
if i != 0:
72
- print("\n**Pausing 15 seconds to avoid Bedrock throttling**")
73
- await asyncio.sleep(15)
+ print("\n**Pausing 30 seconds to avoid Bedrock throttling**")
+ await asyncio.sleep(30)
74
75
print(f"\nYou: {user_input}")
76
0 commit comments