Merge pull request #7791 from fuweid/follow-up-7073

integration: increase timeout in container_event_test.go
This commit is contained in:
Mike Brown
2022-12-09 12:43:05 -06:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ import (
const ( const (
drainContainerEventChannelTimeout = 2 * time.Second drainContainerEventChannelTimeout = 2 * time.Second
readContainerEventChannelTimeout = 500 * time.Millisecond readContainerEventChannelTimeout = 10 * time.Second
) )
func TestContainerEvents(t *testing.T) { func TestContainerEvents(t *testing.T) {