diff --git a/gns3server/agent/gns3_copilot/gns3_client/custom_gns3fy.py b/gns3server/agent/gns3_copilot/gns3_client/custom_gns3fy.py index 6e30af017..0cfe4c5c7 100644 --- a/gns3server/agent/gns3_copilot/gns3_client/custom_gns3fy.py +++ b/gns3server/agent/gns3_copilot/gns3_client/custom_gns3fy.py @@ -308,7 +308,7 @@ class Gns3Connector: "headers": headers, "params": params, "verify": verify, - "timeout": 10.0, # Fixed 10-second timeout for all GNS3 API requests + "timeout": 30.0, } if data is not None: kwargs["data"] = data