Skip to content

Commit bb16b23

Browse files
further clean up
1 parent 92533e0 commit bb16b23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/xbill/DNS/io/SimpleSocksTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public class SimpleSocksTest {
2525
@BeforeAll
2626
public static void setUp() throws IOException, InterruptedException {
2727
environment.start();
28-
// sleep 1 second to make sure the container is ready
29-
Thread.sleep(1000);
28+
// wait to make sure the container is ready
29+
Thread.sleep(100);
3030
}
3131

3232
@AfterAll

0 commit comments

Comments
 (0)