Skip to content

Commit

Permalink
Set default stop timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Jan 19, 2024
1 parent 27c4813 commit 0058e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/ProducerFunctionalityTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ TEST_F(ProducerFunctionalityTest, stopStreamingSyncSuccessTestWithErrorAcks)
STREAM_HANDLE streamHandle = INVALID_STREAM_HANDLE_VALUE;
UINT32 i;

createDefaultProducerClient(FALSE, 60 * HUNDREDS_OF_NANOS_IN_A_SECOND);
createDefaultProducerClient(FALSE, 60 * HUNDREDS_OF_NANOS_IN_A_SECOND, 120 * HUNDREDS_OF_NANOS_IN_A_SECOND);

// Using low fps to enforce an error ack
mFps = TEST_LOW_FPS;
Expand Down

0 comments on commit 0058e23

Please sign in to comment.