Build time optimization (#1553)

* Add integration tests

* Optimize build
This commit is contained in:
Grzegorz Piwowarek
2017-04-01 09:06:59 +02:00
committed by GitHub
parent 4b98413c4a
commit 760692b8eb
11 changed files with 66 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ import java.util.stream.IntStream;
import static org.junit.Assert.assertTrue;
public class RxJavaBackpressureTest {
public class RxJavaBackpressureLongRunningUnitTest {
@Test
public void givenColdObservable_shouldNotThrowException() {