Home
last modified time | relevance | path

Searched refs:NINJA_READER_CLOSE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/status/
Dninja.go60 const NINJA_READER_CLOSE_TIMEOUT = 5 * time.Second const
67 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(…
Dninja_test.go42 if g, w := time.Since(start), NINJA_READER_CLOSE_TIMEOUT; g >= w {