Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Dec 7, 2024
1 parent efb03a5 commit b6c29a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

load_dotenv()
_LOGGER = logging.getLogger(__name__)
_SESSION_TIMEOUT = 180 # 3 minutes
_SESSION_TIMEOUT = 600 # 10 minutes
WORKSPACE = Path(os.getenv("WORKSPACE", ""))


Expand Down

0 comments on commit b6c29a1

Please sign in to comment.