Skip to content

Commit 6a29ffb

Browse files
committed
dotnet: Increase timeout in tests
A VaaS server may delay HTTP responses for up to 25 seconds. A 10s timeout would not be sufficient for long scans.
1 parent 5981fc6 commit 6a29ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Vaas/test/Vaas.Test/VaasTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private static ServiceCollection GetServices()
6666
{ "VerdictAsAService:Options:UseHashLookup", "true" },
6767
{ "VerdictAsAService:Options:UseCache", "false" },
6868
{ "VerdictAsAService:Options:VaasUrl", VaasUrl.ToString() },
69-
{ "VerdictAsAService:Options:Timeout", "10" },
69+
{ "VerdictAsAService:Options:Timeout", "120" },
7070
{
7171
"VerdictAsAService:Credentials:TokenUrl",
7272
AuthenticationEnvironment.TokenUrl.ToString()

0 commit comments

Comments
 (0)