Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #616 from tgroh/tsan_smallness
Browse files Browse the repository at this point in the history
Reduce Size of UnboundedReadDeduplicatorTest
  • Loading branch information
lukecwik authored Nov 22, 2017
2 parents a9e25ab + 12f3495 commit 85556d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void cachedIdDeduplicatorMultithreaded() throws InterruptedException {
byte[] id = new byte[] {-1, 2, 4, 22};
UnboundedReadDeduplicator dedupper = CachedIdDeduplicator.create();
final CountDownLatch startSignal = new CountDownLatch(1);
int numThreads = 1000;
int numThreads = 10;
final CountDownLatch readyLatch = new CountDownLatch(numThreads);
final CountDownLatch finishLine = new CountDownLatch(numThreads);

Expand Down

0 comments on commit 85556d0

Please sign in to comment.