Skip to content

Commit

Permalink
Remove unnecessary sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
spkrka committed Aug 10, 2016
1 parent fe5c212 commit 062b229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/spotify/dns/DnsSrvResolversIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public Boolean call() throws Exception {
return changes.size() >= 1;
}
});
Thread.sleep(200);
assertEquals(ImmutableList.of("data"), changes);
}

Expand Down

0 comments on commit 062b229

Please sign in to comment.