mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Increase timeout for Jest integration tests (#127220)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
1cb82f5754
commit
8c075c50d5
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue