Skip to content

Commit

Permalink
Double timeouts for recent server sharded cluster tests (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahar authored Nov 5, 2021
1 parent 838d0ca commit 84c4e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ tasks:

- name: "test-4.4-sharded_cluster"
tags: ["4.4", "sharded_cluster"]
exec_timeout_secs: 3600 # TODO SWIFT-1410: remove
commands:
- func: "prepare resources"
- func: "fix absolute paths"
Expand Down Expand Up @@ -590,6 +591,7 @@ tasks:

- name: "test-5.0-sharded_cluster"
tags: ["5.0", "sharded_cluster"]
exec_timeout_secs: 3600 # TODO SWIFT-1410: remove
commands:
- func: "prepare resources"
- func: "fix absolute paths"
Expand Down Expand Up @@ -623,6 +625,7 @@ tasks:

- name: "test-latest-sharded_cluster"
tags: ["latest", "sharded_cluster"]
exec_timeout_secs: 3600 # TODO SWIFT-1410: remove
commands:
- func: "prepare resources"
- func: "fix absolute paths"
Expand Down

0 comments on commit 84c4e25

Please sign in to comment.