Commit b3aeab29 authored by acud's avatar acud Committed by GitHub

ci: faster chain polling on ci (#1925)

parent 31874f9f
166c166
< chainUpdateInterval := (time.Duration(l.blockTime) * time.Second) / 2
---
> chainUpdateInterval := (time.Duration(l.blockTime) * time.Second) / 5
...@@ -60,6 +60,7 @@ jobs: ...@@ -60,6 +60,7 @@ jobs:
run: | run: |
patch pkg/postage/batchstore/reserve.go .github/patches/postagereserve.patch patch pkg/postage/batchstore/reserve.go .github/patches/postagereserve.patch
patch pkg/postage/postagecontract/contract.go .github/patches/postagecontract.patch patch pkg/postage/postagecontract/contract.go .github/patches/postagecontract.patch
patch pkg/postage/listener/listener.go .github/patches/listener.patch
- name: Set testing cluster (DNS discovery) - name: Set testing cluster (DNS discovery)
run: | run: |
echo -e "127.0.0.10\tregistry.localhost" | sudo tee -a /etc/hosts echo -e "127.0.0.10\tregistry.localhost" | sudo tee -a /etc/hosts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment