Skip to content

Commit

Permalink
3 ➡️ 4: fixes for #463 (#469)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Dec 2, 2020
1 parent 74c6dd4 commit 2a25fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/log_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,9 @@ TEST_F(LogSystemTest, RecordAndPlayback)
++expectedPoseCount;
}
});
recordServer.AddSystem(recordedPoseCounter.systemPtr);
// Run for a few seconds to record different poses
Server recordServer(recordServerConfig);
recordServer.AddSystem(recordedPoseCounter.systemPtr);
recordServer.Run(true, 1000, false);
}

Expand Down

0 comments on commit 2a25fc7

Please sign in to comment.