Skip to content

Commit

Permalink
Change timer for timeout test to be unrealistic to actually force a t…
Browse files Browse the repository at this point in the history
…imeout
  • Loading branch information
jdelapla committed Aug 23, 2023
1 parent 5ea7331 commit dba700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/SignalingApiFunctionalityTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2577,7 +2577,7 @@ TEST_F(SignalingApiFunctionalityTest, connectTimeoutEmulation)
clientInfoInternal.signalingClientInfo.version = SIGNALING_CLIENT_INFO_CURRENT_VERSION;
clientInfoInternal.signalingClientInfo.loggingLevel = mLogLevel;
STRCPY(clientInfoInternal.signalingClientInfo.clientId, TEST_SIGNALING_MASTER_CLIENT_ID);
clientInfoInternal.connectTimeout = 100 * HUNDREDS_OF_NANOS_IN_A_MILLISECOND;
clientInfoInternal.connectTimeout = 1 * HUNDREDS_OF_NANOS_IN_A_MILLISECOND;
setupSignalingStateMachineRetryStrategyCallbacks(&clientInfoInternal);
pKvsRetryStrategyCallbacks = &(clientInfoInternal.signalingStateMachineRetryStrategyCallbacks);

Expand Down

0 comments on commit dba700e

Please sign in to comment.