Searched refs:maxBatchingTestTimeNs (Results 1 – 1 of 1) sorted by relevance
408 constexpr int64_t maxBatchingTestTimeNs = 30ull * 1000 * 1000 * 1000; in testBatchingOperation() local428 if (batchingPeriodInNs > maxBatchingTestTimeNs) { in testBatchingOperation()429 batchingPeriodInNs = maxBatchingTestTimeNs; in testBatchingOperation()