Skip to content

Commit c431173

Browse files
committed
Set recordThread timeout back to 2s
1 parent 768a430 commit c431173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/RecordNode/RecordNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ void RecordNode::stopRecording()
551551
if (recordThread->isThreadRunning())
552552
{
553553
recordThread->signalThreadShouldExit();
554-
recordThread->waitForThreadToExit(200); //2000
554+
recordThread->waitForThreadToExit(2000); //2000
555555
}
556556

557557
eventMonitor->displayStatus();

0 commit comments

Comments
 (0)