Fix/admin test (#5936)
* Add missing awaits. * Remove rate limiter. * Readded maxHttpBuffersize. * Revert "Add missing awaits." This reverts commit d5a89798413e3530a4facf87938cfea016af0b6d. * Increased timeout. * Increased timeout further. * Toggled down timeout.
This commit is contained in:
parent
79e1075e88
commit
4dfdee941c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/frontend-admin-tests.yml
vendored
3
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -12,10 +12,11 @@ jobs:
|
|||
name: with plugins
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# node: [16, 19, 20] >> Disabled node 16 and 18 because they do not work
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [16, 18, 20]
|
||||
node: [19, 20]
|
||||
|
||||
steps:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue