diff --git a/src/ci/resources/tes_application.conf b/src/ci/resources/tes_application.conf index 7f4c42a7d58..5eb812a52d4 100644 --- a/src/ci/resources/tes_application.conf +++ b/src/ci/resources/tes_application.conf @@ -51,7 +51,15 @@ backend { dockerRoot = "/cromwell-executions" endpoint = "http://127.0.0.1:9000/v1/tasks" concurrent-job-limit = 1000 - transform-blob-to-local-path = false + + # Override default polling to make it faster for speedy tests + poll-backoff { + min: "1 seconds" + max: "5 minutes" + multiplier: 1.1 + randomization-factor: 0.5 + } + filesystems { blob { enabled: false