Skip to content

Commit

Permalink
merge: #9909
Browse files Browse the repository at this point in the history
9909: [Backport stable/8.0] test(qa): increase timeout r=deepthidevaki a=backport-action

# Description
Backport of #9905 to `stable/8.0`.

relates to #9813

Co-authored-by: Deepthi Devaki Akkoorath <deepthidevaki@gmail.com>
  • Loading branch information
zeebe-bors-camunda[bot] and deepthidevaki authored Jul 28, 2022
2 parents d32e2b7 + b81aca1 commit 298209f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ public static Object[][] actions() {
.processDefinitionKey(processDefinitionKey)
.variables(Map.of("key", "123"))
.withResult()
// retry delay for message subscription commands is 10s. Set a higher timeout.
.requestTimeout(Duration.ofSeconds(20))
.send()
.join();
},
Expand Down

0 comments on commit 298209f

Please sign in to comment.