DEV: Reduce plugin system test parallel processors (#21466)

This commit is contained in:
Natalie Tay 2023-05-10 15:43:41 +08:00 committed by GitHub
parent a19027afae
commit 17603794b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ jobs:
- name: Plugin System Tests
if: matrix.build_type == 'system' && matrix.target == 'plugins'
run: LOAD_PLUGINS=1 PARALLEL_TEST_PROCESSORS=8 bin/turbo_rspec --verbose plugins/*/spec/system
run: LOAD_PLUGINS=1 PARALLEL_TEST_PROCESSORS=7 bin/turbo_rspec --verbose plugins/*/spec/system
timeout-minutes: 30
- name: Upload failed system test screenshots