Skip to content

Commit

Permalink
Merge pull request #2362 from Shivkumar13/pr/fabricfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fusesource-ci committed Jul 20, 2020
2 parents 1d4a122 + daccb48 commit 12e2580
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -327,6 +327,7 @@ public void onClose(int code, String reason) {
execLatch.await(10, TimeUnit.MINUTES);
assertNotNull(watch);
assertEquals(expectedOutput, baos.toString());
watch.close();
}


Expand Down Expand Up @@ -375,6 +376,7 @@ public void onClose(KubernetesClientException cause) {
});

assertTrue(deleteLatch.await(10, TimeUnit.MINUTES));
watch.close();
}


Expand Down

0 comments on commit 12e2580

Please sign in to comment.