Skip to content

Commit

Permalink
Increase timeout for Jest integration tests (#127220)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
(cherry picked from commit 8c075c5)
  • Loading branch information
Tyler Smalley committed Mar 8, 2022
1 parent 69c3a5a commit 50e2250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/es_snapshots/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:

- command: .buildkite/scripts/steps/test/jest_integration.sh
label: 'Jest Integration Tests'
parallelism: 2
parallelism: 3
agents:
queue: n2-4
timeout_in_minutes: 120
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipelines/hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ steps:

- command: .buildkite/scripts/steps/test/jest_integration.sh
label: 'Jest Integration Tests'
parallelism: 2
parallelism: 3
agents:
queue: n2-4
timeout_in_minutes: 90
timeout_in_minutes: 120
key: jest-integration

- command: .buildkite/scripts/steps/test/api_integration.sh
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipelines/pull_request/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ steps:

- command: .buildkite/scripts/steps/test/jest_integration.sh
label: 'Jest Integration Tests'
parallelism: 2
parallelism: 3
agents:
queue: n2-4
timeout_in_minutes: 90
timeout_in_minutes: 120
key: jest-integration

- command: .buildkite/scripts/steps/test/api_integration.sh
Expand Down

0 comments on commit 50e2250

Please sign in to comment.