X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5912867d965664504148f12cff801836a56f0162..316528db7406bd6986da89fdbfc01688dcb1ad4e:/services/keepstore/volume_unix_test.go diff --git a/services/keepstore/volume_unix_test.go b/services/keepstore/volume_unix_test.go index c104d41d82..ebb8421d9e 100644 --- a/services/keepstore/volume_unix_test.go +++ b/services/keepstore/volume_unix_test.go @@ -316,7 +316,7 @@ func TestPutSerialized(t *testing.T) { }(sem) // Wait for all goroutines to finish - for done := 0; done < 2; { + for done := 0; done < 3; { done += <-sem }