mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 08:56:38 +00:00
more complex route
This commit is contained in:
@@ -14,7 +14,7 @@ class Program
|
||||
using var httpClient = new HttpClient
|
||||
{
|
||||
BaseAddress = new Uri(apiUrl),
|
||||
Timeout = TimeSpan.FromSeconds(60)
|
||||
Timeout = TimeSpan.FromMinutes(15)
|
||||
};
|
||||
|
||||
try
|
||||
@@ -36,6 +36,8 @@ class Program
|
||||
|
||||
await RouteTests.RunRouteWithRegionProcessingAndStitching(httpClient);
|
||||
|
||||
await RouteTests.RunComplexRouteWithStitching(httpClient);
|
||||
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("=========================");
|
||||
Console.WriteLine("All tests completed successfully!");
|
||||
|
||||
Reference in New Issue
Block a user