Skip to content

Commit d1cce2f

Browse files
author
Sayaan Saha
authored
feat(1355): Increase execution speed of unit test
1 parent 9e6bf5b commit d1cce2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AndroidSDKTests/src/test/java/com/leanplum/internal/RequestTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ public void beforeWrite() {
392392
// since we are blocking on main thread
393393
try {
394394
writeSemaphore.tryAcquire(10, TimeUnit.SECONDS);
395-
Thread.sleep(2000);
396395
} catch (InterruptedException e) {
397396
throw new RuntimeException(e);
398397
} finally {

0 commit comments

Comments
 (0)