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

Commit

Permalink
Testing 1s sleep to clean out event stream
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflavin committed May 22, 2017
1 parent f4ce614 commit a060a02
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 a060a02

Please sign in to comment.