DEV: increase plugin system tests timeout (#21247)

This commit is contained in:
Joffrey JAFFEUX 2023-04-26 10:08:10 +02:00 committed by GitHub
parent 427fa36edd
commit d4c6457065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,7 @@ jobs:
- name: Plugin System Tests
if: matrix.build_type == 'system' && matrix.target == 'plugins'
run: LOAD_PLUGINS=1 bin/rspec plugins/*/spec/system --format documentation
timeout-minutes: 30
- name: Upload failed system test screenshots
uses: actions/upload-artifact@v3