retry test

This commit is contained in:
Andris Reinman 2022-12-15 11:13:58 +02:00
parent b5cbad0dfa
commit c1e82e7f76
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364
3 changed files with 15 additions and 10 deletions

View file

@ -8,7 +8,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
node: [18.x] node: [16.x, 18.x]
os: [ubuntu-20.04] os: [ubuntu-20.04]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
# Service containers to run with `container-job` # Service containers to run with `container-job`

View file

@ -22,7 +22,7 @@ module.exports = function (grunt) {
wait: { wait: {
server: { server: {
options: { options: {
delay: 25 * 1000 delay: 12 * 1000
} }
} }
}, },

View file

@ -1,17 +1,22 @@
[api]
port = 8080
host = "0.0.0.0"
secure = false
[log] [log]
level="error" level = "silly"
[dbs] [dbs]
# mongodb connection string for the main database # mongodb connection string for the main database
mongo="mongodb://127.0.0.1:27017/wildduck-test" mongo = "mongodb://127.0.0.1:27017/wildduck-test"
# redis connection string # redis connection string
redis="redis://127.0.0.1:6379/13" redis = "redis://127.0.0.1:6379/13"
dbname="wildduck-test" dbname = "wildduck-test"
[imap] [imap]
[lmtp] [lmtp]
enabled=true enabled = true
port=2424 port = 2424