Skip to content

Commit d48e415

Browse files
committed
Increase exec_timeout for serverless tasks
1 parent dab6966 commit d48e415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config/test-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tasks:
99

1010
- name: "test-serverless"
1111
tags: ["serverless"]
12-
exec_timeout_secs: 1800
12+
exec_timeout_secs: 3600
1313
commands:
1414
- func: "create serverless instance"
1515
- func: "start kms servers"
@@ -18,7 +18,7 @@ tasks:
1818

1919
- name: "test-serverless-proxy"
2020
tags: ["serverless"]
21-
exec_timeout_secs: 1800
21+
exec_timeout_secs: 3600
2222
commands:
2323
# When testing with serverless proxies, update the group ID used in this task. The group ID is needed in a "post"
2424
# task that deletes the serverless cluster, so simply changing it for the "create serverless instance" function is

0 commit comments

Comments
 (0)