Skip to content

Commit cf31012

Browse files
committed
increase Serverless Rule Management - Prebuilt Rules - Security Solution Cypress Tests timeout to 80m across the board
1 parent 2102c0d commit cf31012

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.buildkite/pipelines/chrome_forward_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ steps:
124124
preemptible: true
125125
depends_on:
126126
- build
127-
timeout_in_minutes: 60
127+
timeout_in_minutes: 80
128128
parallelism: 1
129129
retry:
130130
automatic:

.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ steps:
140140
machineType: n2-standard-4
141141
preemptible: true
142142
depends_on: build
143-
timeout_in_minutes: 60
143+
timeout_in_minutes: 80
144144
parallelism: 1
145145
retry:
146146
automatic:

.buildkite/pipelines/on_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ steps:
246246
provider: gcp
247247
machineType: n2-standard-4
248248
preemptible: true
249-
timeout_in_minutes: 60
249+
timeout_in_minutes: 80
250250
parallelism: 1
251251
retry:
252252
automatic:

.buildkite/pipelines/pointer_compression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ steps:
127127
preemptible: true
128128
depends_on:
129129
- build
130-
timeout_in_minutes: 60
130+
timeout_in_minutes: 80
131131
parallelism: 1
132132
retry:
133133
automatic:

.buildkite/pipelines/pull_request/security_solution/rule_management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
- linting_with_types
3333
- check_types
3434
- check_oas_snapshot
35-
timeout_in_minutes: 60
35+
timeout_in_minutes: 80
3636
parallelism: 1
3737
retry:
3838
automatic:

0 commit comments

Comments
 (0)