We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5981fc6 commit 6a29ffbCopy full SHA for 6a29ffb
dotnet/Vaas/test/Vaas.Test/VaasTest.cs
@@ -66,7 +66,7 @@ private static ServiceCollection GetServices()
66
{ "VerdictAsAService:Options:UseHashLookup", "true" },
67
{ "VerdictAsAService:Options:UseCache", "false" },
68
{ "VerdictAsAService:Options:VaasUrl", VaasUrl.ToString() },
69
- { "VerdictAsAService:Options:Timeout", "10" },
+ { "VerdictAsAService:Options:Timeout", "120" },
70
{
71
"VerdictAsAService:Credentials:TokenUrl",
72
AuthenticationEnvironment.TokenUrl.ToString()
0 commit comments