mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Fix test fail of PollingLookupTest.testApplyAfterDataChange (#3489)
This commit is contained in:
parent
49c0fe0e8b
commit
74e1243c7e
@ -59,7 +59,7 @@ public class PollingLookupTest
|
||||
"new-bad", "new-bar"
|
||||
);
|
||||
|
||||
private static final long POLL_PERIOD = 100L;
|
||||
private static final long POLL_PERIOD = 1000L;
|
||||
|
||||
@JsonTypeName("mock")
|
||||
private static class MockDataFetcher implements DataFetcher
|
||||
|
Loading…
x
Reference in New Issue
Block a user