Skip to content

Commit 4ecccc6

Browse files
committed
Update tests
1 parent 62868a9 commit 4ecccc6

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools.Test/Api

1 file changed

+1
-1
lines changed

samples/client/petstore/csharp/httpclient/standard2.0/Petstore/src/Org.OpenAPITools.Test/Api/PetApiTestsV2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public PetApiTestsV2()
4444
_petApi = new PetApi(_httpClient, new Configuration
4545
{
4646
BasePath = BasePath,
47-
Timeout = 10000,
47+
Timeout = TimeSpan.FromSeconds(10),
4848
UserAgent = "TEST_USER_AGENT"
4949
});
5050

0 commit comments

Comments
 (0)