Only run docker in integration with cache

This commit is contained in:
junderw 2019-04-09 15:19:05 +09:00
parent dc1ef5958b
commit c77db1a14f
No known key found for this signature in database
GPG key ID: B256185D3A971908
2 changed files with 6 additions and 4 deletions
test/integration

View file

@ -71,7 +71,7 @@ async function faucet (address, value) {
}
)
await sleep(randInt(50, 150))
await sleep(randInt(10, 40))
const results = await unspents(address)