Skip to content

Commit

Permalink
[FAB-5442] Increase create channel wait time
Browse files Browse the repository at this point in the history
Change-Id: I374380f31285e4f46beb7029dc45e278cb2c52ba
Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
  • Loading branch information
d1vyank committed Jul 24, 2017
1 parent 8964c14 commit c721dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/orgs/test_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func createTestChannel(t *testing.T) {
orgTestChannel, "../../fixtures/channel/orgchannel.tx")
failTestIfError(err, t)
// Allow orderer to process channel creation
time.Sleep(time.Millisecond * 500)
time.Sleep(time.Second * 3)
}

func joinTestChannel(t *testing.T) {
Expand Down

0 comments on commit c721dcf

Please sign in to comment.