File tree 3 files changed +3
-3
lines changed
perf/terraform/modules/ci
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
perf :
23
23
name : Perf
24
24
runs-on : ubuntu-latest
25
- timeout-minutes : 540
25
+ timeout-minutes : 360 # 6 hours is the maximum job execution time
26
26
defaults :
27
27
run :
28
28
shell : bash
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ resource "aws_lambda_function" "cleanup" {
18
18
variables = {
19
19
REGIONS = jsonencode (var. regions )
20
20
TAGS = jsonencode (var. tags )
21
- MAX_AGE_MINUTES = 120
21
+ MAX_AGE_MINUTES = 360
22
22
}
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Resources:
13
13
Variables :
14
14
REGIONS : ' ["us-west-2", "us-east-1"]'
15
15
TAGS : ' {"Project":"perf", "Name":"node"}'
16
- MAX_AGE_MINUTES : ' 120 '
16
+ MAX_AGE_MINUTES : ' 360 '
17
17
Policies :
18
18
- AmazonEC2FullAccess
19
19
Timeout : 30
You can’t perform that action at this time.
0 commit comments