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)
11031103
11041104 {
11051105 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 ));
11071107
11081108 std::string ex_msg;
11091109
@@ -1166,7 +1166,7 @@ SUITE(Blob)
11661166
11671167 {
11681168 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 ));
11701170
11711171 std::string ex_msg;
11721172
Original file line number Diff line number Diff line change @@ -1673,7 +1673,7 @@ SUITE(Blob)
16731673
16741674 {
16751675 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 ));
16771677
16781678 std::string ex_msg;
16791679
Original file line number Diff line number Diff line change @@ -1403,7 +1403,7 @@ SUITE(Blob)
14031403
14041404 {
14051405 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 ));
14071407
14081408 std::string ex_msg;
14091409
@@ -1466,7 +1466,7 @@ SUITE(Blob)
14661466
14671467 {
14681468 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 ));
14701470
14711471 std::string ex_msg;
14721472
You can’t perform that action at this time.
0 commit comments