Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #758 from johnflavin/event-stream
Browse files Browse the repository at this point in the history
Testing 1s sleep to clean out event stream
  • Loading branch information
mattnworb authored May 22, 2017
2 parents 6e24184 + a060a02 commit e521a2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2090,6 +2090,7 @@ public void testEventStream() throws Exception {

requireDockerApiVersionNot("1.19", "Docker 1.7.x has a bug that breaks DockerClient.events(). "
+ "So we skip this test.");
Thread.sleep(1000); // Waiting to ensure event stream has no events from prior tests
try (final EventStream eventStream = getImageAndContainerEventStream()) {

final String containerName = randomName();
Expand Down

0 comments on commit e521a2b

Please sign in to comment.