|
@@ -102,7 +102,7 @@ public abstract class AbstractFilterService {
|
|
|
futures.add(future);
|
|
|
}
|
|
|
try {
|
|
|
- cdl.await(300, TimeUnit.MILLISECONDS);
|
|
|
+ cdl.await(400, TimeUnit.MILLISECONDS);
|
|
|
} catch (InterruptedException e) {
|
|
|
log.error("filter error", e);
|
|
|
return null;
|