Skip to content

Commit 96861fa

Browse files
legionusMatt Rogers
authored andcommitted
Increase buffer for synchronization
Signed-off-by: Gladkov Alexey <[email protected]>
1 parent 92c570b commit 96861fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/imageimporter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ func TestImageStreamImportTagsFromRepository(t *testing.T) {
617617
// test controller interval), updates the image stream only when there are changes, and if an
618618
// error occurs writes the error only once (instead of every interval)
619619
func TestImageStreamImportScheduled(t *testing.T) {
620-
written := make(chan struct{}, 1)
620+
written := make(chan struct{}, 2)
621621
count := 0
622622
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
623623
t.Logf("got %s %s", r.Method, r.URL.Path)

0 commit comments

Comments
 (0)