Increase timeouts

This commit is contained in:
Chocobozzz
2023-05-09 08:57:34 +02:00
committed by Chocobozzz
parent a687879e94
commit 21609258de
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Run Test
# external-plugins tests only run on schedule
# if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
env:
AKISMET_KEY: ${{ secrets.AKISMET_KEY }}
run: npm run ci -- ${{ matrix.test_suite }}