mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-11 13:10:39 +00:00
Add 60 sleep to workflow
There is some sort of timing issue when spinning up the monero containers on github CI. I do not know exactly what is the cause but we have a configurable 'additional sleep time' already available for `testcontainers` that can resolve this issue. Use the environment variable MONERO_ADDITIONAL_SLEEP_PERIOD to tell `testcontainers` to wait an additional 60 while bringing up the monero container.
This commit is contained in:
parent
2064bfed5b
commit
e17575304b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -75,3 +75,5 @@ jobs:
|
||||
|
||||
- name: Cargo test
|
||||
run: cargo test --workspace --all-features
|
||||
env:
|
||||
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
||||
|
Loading…
Reference in New Issue
Block a user