fix(getRawTransaction): Fixing integration test

This commit is contained in:
Chris Troutner
2021-08-09 14:54:49 -07:00
parent 31ce84abb0
commit 44c3bf44f9
18 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const bchjs = new BCHJS()
describe('#control', () => {
beforeEach(async () => {
if (process.env.IS_USING_FREE_TIER) await sleep(1000)
if (process.env.IS_USING_FREE_TIER) await sleep(1500)
})
describe('#getNetworkInfo', () => {