diff --git a/main.py b/main.py index 1a25763..ca50168 100644 --- a/main.py +++ b/main.py @@ -85,7 +85,7 @@ async def picable(interaction: Interaction, owner: str, repository: str): try: result_future = create_task(handle_picable(owner, repository, repository_size_kb, github_token)) try: - result = await wait_for(shield(result_future), timeout=5) + result = await wait_for(shield(result_future), timeout=600) await interaction.followup.send(result) except TimeoutError: await interaction.followup.send(