Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
kth-tw authored and SecondDim committed Feb 15, 2022
1 parent d7f09f5 commit 93396fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/service/peer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ describe('Peer service:', function () {
channelPath = `${config.infraConfig.bdkPath}/${config.networkName}/channel-artifacts/${channelName}`
await minimumNetwork.createNetwork()
await minimumNetwork.peerAndOrdererUp()
await new Promise(resolve => setTimeout(resolve, 1000))
})

after(async () => {
Expand Down

0 comments on commit 93396fd

Please sign in to comment.