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