Skip to content

Commit

Permalink
WX-1103 Revert CI to old TES polling behavior (#7126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed May 3, 2023
1 parent 1a3a68e commit b1ec16a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/ci/resources/tes_application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1ec16a

Please sign in to comment.