Skip to content

Commit

Permalink
fix: unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Feb 2, 2024
1 parent 1c05dd8 commit 52bce23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fabric/util/minimumNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class MinimumNetwork {
public async peerAndOrdererUp () {
await this.peerService.up({ peerHostname: `${this.getPeer().hostname}.${this.getPeer().orgDomain}` })
await this.ordererService.up({ ordererHostname: `${this.getOrderer().hostname}.${this.getOrderer().orgDomain}` })
await new Promise(resolve => setTimeout(resolve, 1000))
await new Promise(resolve => setTimeout(resolve, 3000))
}

// public async peerAndOrdererDown () {
Expand Down

0 comments on commit 52bce23

Please sign in to comment.