FIX: fixed issue with locking
This commit is contained in:
@@ -96,7 +96,9 @@ auto track = list.getTrackBySringID(ids[3]);
|
||||
|
||||
list.addTrack(std::make_shared<SimControl::TrackItem>(*track));
|
||||
// REQUIRE(list.getTracklistSize() == 24);
|
||||
LOG_S(INFO)<<"wait for 7500ms";
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(7500));
|
||||
LOG_S(INFO)<<"continue";
|
||||
LOG_S(INFO)<<"add saved track";
|
||||
list.addTrack(std::make_shared<SimControl::TrackItem>(*track));
|
||||
LOG_S(INFO)<<"added saved track";
|
||||
|
||||
Reference in New Issue
Block a user