Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public void apply(final String key, final Long value) {
public boolean conditionMet() {
return remainingExpectedResult.isEmpty();
}
}, "Never received expected result.");
}, 30000, "Never received all expected results. Still waiting for " + remainingExpectedResult);

final int expectedResultSize = expectedClicksPerRegion.size();
final int expectedNumberOfOutputs = (cacheSizeBytes == 0)
Expand Down