diff --git a/test/gtest_imu2d_static_init.cpp b/test/gtest_imu2d_static_init.cpp
index e6cac3b0e1d945ccfeb379d27907d65ab393eb77..e503c3625e1fa42306e2978dd4a9e54227bf9bca 100644
--- a/test/gtest_imu2d_static_init.cpp
+++ b/test/gtest_imu2d_static_init.cpp
@@ -202,7 +202,7 @@ TEST_F(ProcessorImu2dStaticInitTest, static)
    _first_frame = nullptr;
 
    int i = 1;
-   for(t = t0+dt; t <= t0 + 5 + dt/2; t+=dt){
+   for(t = t0+dt; t <= t0 + 3 + dt/2; t+=dt){
        WOLF_INFO("Starting iteration ", i, " with timestamp ", t);
        ++i;
        C = std::make_shared<CaptureImu>(t, _sensor_ptr, data, data_cov, Vector3d::Zero());
@@ -278,8 +278,8 @@ TEST_F(ProcessorImu2dStaticInitTest, static)
          WOLF_INFO("2 - The current frame's estimated bias is: \n", _last_frame->getCaptureOf(_sensor_ptr)->getStateBlock('I')->getState());
          WOLF_INFO("3 - The current state is (from _processor_motion): \n", _processor_motion->getState().vector("POV"));
        }
-       WOLF_INFO("The current problem is:");
-       _problem_ptr->print(4);
+       //WOLF_INFO("The current problem is:");
+       //_problem_ptr->print(4);
        WOLF_INFO("Solving...");
        std::string report = _solver->solve(SolverManager::ReportVerbosity::BRIEF);
        WOLF_INFO("Solved");