Skip to content

Commit

Permalink
Increase socket timeout on request-response 311 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Dec 19, 2024
1 parent d3e9d22 commit 81fe46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MqttRequestResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ static TestContext s_CreateClient(
Aws::Crt::Io::TlsContext tlsContext(tlsCtxOptions, Aws::Crt::Io::TlsMode::CLIENT, allocator);

Aws::Crt::Io::SocketOptions socketOptions;
socketOptions.SetConnectTimeoutMs(3000);
socketOptions.SetConnectTimeoutMs(10000);

Aws::Crt::Mqtt::MqttClient client;
context.protocolClient311 =
Expand Down

0 comments on commit 81fe46e

Please sign in to comment.