We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c570b commit 96861faCopy full SHA for 96861fa
test/integration/imageimporter_test.go
@@ -617,7 +617,7 @@ func TestImageStreamImportTagsFromRepository(t *testing.T) {
617
// test controller interval), updates the image stream only when there are changes, and if an
618
// error occurs writes the error only once (instead of every interval)
619
func TestImageStreamImportScheduled(t *testing.T) {
620
- written := make(chan struct{}, 1)
+ written := make(chan struct{}, 2)
621
count := 0
622
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
623
t.Logf("got %s %s", r.Method, r.URL.Path)
0 commit comments