SessionRepositoryFilterTests Sleeps for 50 ms

This commit is contained in:
Vedran Pavić
2016-06-06 15:45:19 +02:00
committed by Rob Winch
parent 509fb99a5d
commit fb356f02ff

View File

@@ -157,7 +157,7 @@ public class SessionRepositoryFilterTests {
}
});
Thread.sleep(1L);
Thread.sleep(50L);
nextRequest();
doFilter(new DoInFilter() {