Skip to content

Commit

Permalink
fix(test): timeout is causing intermittent failures (Significant-Grav…
Browse files Browse the repository at this point in the history
…itas#9341)

<!-- Clearly explain the need for these changes: -->
Tests keep failing
### Changes 🏗️

<!-- Concisely describe all of the changes made in this pull request:
-->
- changes a 20 to 30
  • Loading branch information
ntindle authored and waterstark committed Jan 30, 2025
1 parent 8dcb156 commit fdc4e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/backend/util/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def wait_execution(
user_id: str,
graph_id: str,
graph_exec_id: str,
timeout: int = 20,
timeout: int = 30,
) -> Sequence[ExecutionResult]:
async def is_execution_completed():
status = await AgentServer().test_get_graph_run_status(graph_exec_id, user_id)
Expand Down

0 comments on commit fdc4e9c

Please sign in to comment.