We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab6966 commit d48e415Copy full SHA for d48e415
.evergreen/config/test-tasks.yml
@@ -9,7 +9,7 @@ tasks:
9
10
- name: "test-serverless"
11
tags: ["serverless"]
12
- exec_timeout_secs: 1800
+ exec_timeout_secs: 3600
13
commands:
14
- func: "create serverless instance"
15
- func: "start kms servers"
@@ -18,7 +18,7 @@ tasks:
18
19
- name: "test-serverless-proxy"
20
21
22
23
# When testing with serverless proxies, update the group ID used in this task. The group ID is needed in a "post"
24
# task that deletes the serverless cluster, so simply changing it for the "create serverless instance" function is
0 commit comments