mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-07 15:18:29 +00:00
Fix import sorting in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import pytest
|
||||
import time
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from crewai import Agent, Task
|
||||
|
||||
|
||||
def test_agent_max_execution_time():
|
||||
"""Test that max_execution_time parameter is enforced."""
|
||||
# Create a simple test function that will be used to simulate a long-running task
|
||||
|
||||
Reference in New Issue
Block a user