diff --git a/tests/external_function/no_deriv_given_dll.mod b/tests/external_function/no_deriv_given_dll.mod
index 5ad3bcc2eaa1b20f95e8cfa4075dfeb73f13e17a..8c2ed920a69ff4cf0e23c11114eb2b54ee992315 100644
--- a/tests/external_function/no_deriv_given_dll.mod
+++ b/tests/external_function/no_deriv_given_dll.mod
@@ -55,7 +55,7 @@ end
 if max(max(abs(L.oo_.dr.ghxu - oo_.dr.ghxu))) > 1e-4
   error('Failure in external function')
 end
-if max(max(abs(L.oo_.dr.ghxx - oo_.dr.ghxx))) > 1e-3
+if max(max(abs(L.oo_.dr.ghxx - oo_.dr.ghxx))) > 2e-3
   error('Failure in external function')
 end
 if max(max(abs(L.oo_.dr.ghuu - oo_.dr.ghuu))) > 1e-5