diff --git a/src/GraphDeployer/Deployer.cs b/src/GraphDeployer/Deployer.cs
index 3895d42ac6a7dbc1527a3180509b98309e41743e..5eeb05be887e35fa25372af8c1b37167fcd148ef 100644
--- a/src/GraphDeployer/Deployer.cs
+++ b/src/GraphDeployer/Deployer.cs
@@ -24,7 +24,7 @@ public class Deployer(ILogger<Deployer> logger, IOptionsMonitor<GraphDeployerCon
         BasePath = "http://localhost:7206/coscine",
         ApiKeyPrefix = { { "Authorization", "Bearer" } },
         ApiKey = { { "Authorization", ApiConfigurationUtil.GenerateAdminToken(ApiConfigurationUtil.RetrieveJwtConfiguration()) } },
-        Timeout = 300000 // 5 minutes
+        Timeout = 600000 // 10 minutes
     };
 
     public static string WorkingFolder { get; set; } = "./output/";