Use tunit instead of long sleeps

This commit is contained in:
Edward Capriolo
2016-01-01 18:51:30 -05:00
parent 80bbccbd68
commit f263fd41ae
2 changed files with 22 additions and 8 deletions

View File

@ -42,6 +42,12 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.teknek</groupId>
<artifactId>tunit</artifactId>
<version>0.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>