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
commit 4f4fa9b497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {