Only run docker in integration with cache
This commit is contained in:
parent
dc1ef5958b
commit
c77db1a14f
2 changed files with 6 additions and 4 deletions
test/integration
|
@ -71,7 +71,7 @@ async function faucet (address, value) {
|
|||
}
|
||||
)
|
||||
|
||||
await sleep(randInt(50, 150))
|
||||
await sleep(randInt(10, 40))
|
||||
|
||||
const results = await unspents(address)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue