Merge pull request #7791 from fuweid/follow-up-7073
integration: increase timeout in container_event_test.go
This commit is contained in:
commit
4f4fa9b497
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user