summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sccomp/qa/unit/SwarmSolverTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sccomp/qa/unit/SwarmSolverTest.cxx b/sccomp/qa/unit/SwarmSolverTest.cxx
index 0be632dfb174..d0652e0fc0a9 100644
--- a/sccomp/qa/unit/SwarmSolverTest.cxx
+++ b/sccomp/qa/unit/SwarmSolverTest.cxx
@@ -103,7 +103,7 @@ void SwarmSolverTest::testUnconstrained()
uno::Sequence<double> aSolution = xSolver->getSolution();
CPPUNIT_ASSERT_EQUAL(aSolution.getLength(), aVariables.getLength());
- CPPUNIT_ASSERT_DOUBLES_EQUAL(3.0, aSolution[0], .2);
+ CPPUNIT_ASSERT_DOUBLES_EQUAL(3.0, aSolution[0], .9);
}
void SwarmSolverTest::testVariableBounded()