Skip to content
Snippets Groups Projects
Commit eaf45830 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Return to 5 minutes timeout

parent 37754fe9
No related branches found
No related tags found
1 merge request!20Fix: Added support for reference too
...@@ -24,7 +24,7 @@ public class Deployer(ILogger<Deployer> logger, IOptionsMonitor<GraphDeployerCon ...@@ -24,7 +24,7 @@ public class Deployer(ILogger<Deployer> logger, IOptionsMonitor<GraphDeployerCon
BasePath = "http://localhost:7206/coscine", BasePath = "http://localhost:7206/coscine",
ApiKeyPrefix = { { "Authorization", "Bearer" } }, ApiKeyPrefix = { { "Authorization", "Bearer" } },
ApiKey = { { "Authorization", ApiConfigurationUtil.GenerateAdminToken(ApiConfigurationUtil.RetrieveJwtConfiguration()) } }, ApiKey = { { "Authorization", ApiConfigurationUtil.GenerateAdminToken(ApiConfigurationUtil.RetrieveJwtConfiguration()) } },
Timeout = 600000 // 10 minutes Timeout = 300000 // 5 minutes
}; };
public static string WorkingFolder { get; set; } = "./output/"; public static string WorkingFolder { get; set; } = "./output/";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment