diff --git a/bcftools.wdl b/bcftools.wdl
index 8fab933ad200e3837ab766a09a60c71bf4c130e7..059cc39d376065697f0b673780f3e1dfb16d9c06 100644
--- a/bcftools.wdl
+++ b/bcftools.wdl
@@ -47,8 +47,8 @@ task Annotate {
         File? samplesFile        
         
         Int threads = 0
-        String memory = "1G"
-        Int timeMinutes = 30 + ceil(size(inputFile, "G"))
+        String memory = "2G"
+        Int timeMinutes = 60 + ceil(size(inputFile, "G"))
         String dockerImage = "quay.io/biocontainers/bcftools:1.10.2--h4f4756c_2"
     }