Skip to content
Closed
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 @@ -97,6 +97,10 @@ void doTest()
LOG.info("indexerSpec: [%s]\n", task);
taskID = indexer.submitTask(task);


// sleep for a while to let peons finish starting up
TimeUnit.SECONDS.sleep(5);

// this posts 22 events, one every 4 seconds
// each event contains the current time as its timestamp except
// the timestamp for the 14th event is early enough that the event should be ignored
Expand Down