Merge branch '12273-skip-special-files'
[arvados.git] / services / crunch-run / crunchrun_test.go
index 935c61a1100f6400af82b39e57b0a28c1b1ae41b..474ba5d7db7b85de773443736f39dd6914bc94d2 100644 (file)
@@ -99,7 +99,7 @@ func NewTestDockerClient(exitCode int) *TestDockerClient {
        t := &TestDockerClient{}
        t.logReader, t.logWriter = io.Pipe()
        t.finish = exitCode
-       t.stop = make(chan bool)
+       t.stop = make(chan bool, 1)
        t.cwd = "/"
        return t
 }