Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 25, 2024
1 parent 4825534 commit 82b70c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tests/networkSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ export const setupNetwork = async () => {
}
return
} catch (e) {
if (i % 5 === 0) {
await core.Mine(1)
}
console.log("waiting for lnd to be ready")
console.log("waiting for lnd to be ready", e)
await new Promise(resolve => setTimeout(resolve, 1000))
}
}
Expand Down

0 comments on commit 82b70c2

Please sign in to comment.