We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e472f commit f17bf75Copy full SHA for f17bf75
1 file changed
tests/test_e2e.cpp
@@ -32,6 +32,7 @@ class AcceptorEndpoint {
32
config_.target_comp_id = "INITIATOR";
33
config_.heart_bt_int = 30;
34
config_.validate_comp_ids = false;
35
+ config_.check_latency = false;
36
}
37
38
~AcceptorEndpoint() {
@@ -178,6 +179,7 @@ class InitiatorEndpoint {
178
179
config_.target_comp_id = "ACCEPTOR";
180
181
182
183
184
session_ = std::make_unique<SessionManager>(config_);
185
0 commit comments