Skip to content

Commit 6c48a66

Browse files
committed
update doc
1 parent 39c3334 commit 6c48a66

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/contribute.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ docker-compose logs crowdsec
6363

6464
DEBUG ./tests-local.sh
6565

66-
#All the version
67-
66+
# All the version
67+
./tests-local.sh; ./tests-local-wp5.5.sh; ./tests-local-wp5.4.sh; \
68+
./tests-local-wp5.3.sh; ./tests-local-wp5.2.sh; ./tests-local-wp5.1.sh; \
69+
./tests-local-wp5.0.sh; ./tests-local-wp4.9.sh
6870
```
6971

7072
> Note: you can add `await jestPlaywright.debug();` at the moment you want to pause the process.

tests/functional/__tests__/functional.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ADMIN_LOGIN = "admin";
99
const ADMIN_PASSWORD = "my_very_very_secret_admin_password";
1010
const LAPI_URL = process.env.LAPI_URL_FROM_CONTAINERS;
1111
const NOTIFY = !!process.env.DEBUG;
12-
const TIMEOUT = (!!process.env.DEBUG ? 5 * 60 : 5) * 1000;
12+
const TIMEOUT = (!!process.env.DEBUG ? 5 * 60 : 8) * 1000;
1313

1414
const notify = (message) => {
1515
if (NOTIFY) {

0 commit comments

Comments
 (0)