This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Microsoft.WindowsAzure.Storage/tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1103,7 +1103,7 @@ SUITE(Blob)
1103
1103
1104
1104
{
1105
1105
auto options = azure::storage::blob_request_options ();
1106
- options.set_maximum_execution_time (std::chrono::milliseconds ( 10000 ));
1106
+ options.set_maximum_execution_time (std::chrono::seconds ( 30 ));
1107
1107
1108
1108
std::string ex_msg;
1109
1109
@@ -1166,7 +1166,7 @@ SUITE(Blob)
1166
1166
1167
1167
{
1168
1168
auto options = azure::storage::blob_request_options ();
1169
- options.set_maximum_execution_time (std::chrono::milliseconds ( 10000 ));
1169
+ options.set_maximum_execution_time (std::chrono::seconds ( 30 ));
1170
1170
1171
1171
std::string ex_msg;
1172
1172
Original file line number Diff line number Diff line change @@ -1673,7 +1673,7 @@ SUITE(Blob)
1673
1673
1674
1674
{
1675
1675
auto options = azure::storage::blob_request_options ();
1676
- options.set_maximum_execution_time (std::chrono::milliseconds ( 10000 ));
1676
+ options.set_maximum_execution_time (std::chrono::seconds ( 30 ));
1677
1677
1678
1678
std::string ex_msg;
1679
1679
Original file line number Diff line number Diff line change @@ -1403,7 +1403,7 @@ SUITE(Blob)
1403
1403
1404
1404
{
1405
1405
auto options = azure::storage::blob_request_options ();
1406
- options.set_maximum_execution_time (std::chrono::milliseconds ( 10000 ));
1406
+ options.set_maximum_execution_time (std::chrono::seconds ( 30 ));
1407
1407
1408
1408
std::string ex_msg;
1409
1409
@@ -1466,7 +1466,7 @@ SUITE(Blob)
1466
1466
1467
1467
{
1468
1468
auto options = azure::storage::blob_request_options ();
1469
- options.set_maximum_execution_time (std::chrono::milliseconds ( 10000 ));
1469
+ options.set_maximum_execution_time (std::chrono::seconds ( 30 ));
1470
1470
1471
1471
std::string ex_msg;
1472
1472
You can’t perform that action at this time.
0 commit comments