Searched refs:NINJA_READER_CLOSE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
60 const NINJA_READER_CLOSE_TIMEOUT = 5 * time.Second const67 timeoutCh := time.After(NINJA_READER_CLOSE_TIMEOUT)73 …n.status.Error(fmt.Sprintf("ninja fifo didn't finish after %s", NINJA_READER_CLOSE_TIMEOUT.String(…
42 if g, w := time.Since(start), NINJA_READER_CLOSE_TIMEOUT; g >= w {