Revision 1905ef7ca8ab4a8a8bfc1bba9b020f6be6061d2f authored by Anton Kaliaev on 22 January 2020, 16:26:47 UTC, committed by GitHub on 22 January 2020, 16:26:47 UTC
* lite2: advance to latest header

without any exponential steps

rename autoUpdate to autoUpdateRoutine

* lite2: wait in Cleanup until goroutines finished running
1 parent f95409e
Raw File
dredd.yml
color: true
dry-run: null
hookfiles: build/contract_tests
language: go
require: null
server: make localnet-start
server-wait: 30
init: false
custom: {}
names: false
only: []
reporter: []
output: []
header: []
sorted: false
user: null
inline-errors: false
details: false
method: [GET]
loglevel: warning
path: []
hooks-worker-timeout: 5000
hooks-worker-connect-timeout: 1500
hooks-worker-connect-retry: 500
hooks-worker-after-connect-wait: 100
hooks-worker-term-timeout: 5000
hooks-worker-term-retry: 500
hooks-worker-handler-host: 127.0.0.1
hooks-worker-handler-port: 61321
config: ./dredd.yml
# This path accepts no variables
blueprint: ./rpc/swagger/swagger.yaml
endpoint: "http://127.0.0.1:26657/"
back to top