Skip to content

Commit

Permalink
[FABG-747] testSeekOpts test should fail in timeout
Browse files Browse the repository at this point in the history
Change-Id: Iaaf4bd62b0f7ed8df8ef7f66643bb9769610eabd
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Aug 27, 2018
1 parent c5ec8d9 commit 3fbef40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/pkg/fab/eventclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ func testChannelEventsSeekOptions(t *testing.T, testSetup *integration.BaseSetup
test.Failf(t, "Expecting non-zero block number")
}
case <-time.After(eventTimeWindow):
t.Fatal("Timeout waiting for event")
return
}

Expand Down

0 comments on commit 3fbef40

Please sign in to comment.