diff --git a/clever.wdl b/clever.wdl
index 7e1eac4686b72263de74c457831b03152742836d..2da9f4d2922435698f25f8580a1727b7a24fc141 100644
--- a/clever.wdl
+++ b/clever.wdl
@@ -78,7 +78,6 @@ task Mateclever {
         outputPath: {description: "The location the output VCF file should be written.", category: "common"}
         threads: {description: "The the number of threads required to run a program", category: "advanced"}
         memory: {description: "The memory required to run the programs", category: "advanced"}
-        timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
         dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
     }
 }