diff --git a/aws_run_workflow.sh b/aws_run_workflow.sh index 591aff1a9..2fe384e67 100755 --- a/aws_run_workflow.sh +++ b/aws_run_workflow.sh @@ -1,6 +1,6 @@ #!/bin/bash JOBID=$1 -SHUTDOWN_MIN=60 #Possibly user can specify SHUTDOWN_MIN to hold it for a while for debugging. +SHUTDOWN_MIN=now #Possibly user can specify SHUTDOWN_MIN to hold it for a while for debugging. EBS_DEVICE=/dev/xvdb JSON_BUCKET_NAME=4dn-aws-pipeline-run-json RUN_JSON_FILE_NAME=$JOBID.run.json