diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc
index 7a3f51b06171d1312e9a47320c796932efd9e752..f787004ebc77e1d0ce85d8788dbb0708d1913bd9 100644
--- a/src/ComputingTasks.cc
+++ b/src/ComputingTasks.cc
@@ -1103,9 +1103,9 @@ EstimationStatement::checkPass(ModFileStructure &mod_file_struct, WarningConsoli
     {
       int order = stoi(it->second);
 
-      if (order > 2)
+      if (order > 3)
         {
-          cerr << "ERROR: order > 2 is not supported in estimation" << endl;
+          cerr << "ERROR: order > 3 is not supported in estimation" << endl;
           exit(EXIT_FAILURE);
         }