integration: increase timeout in container_event_test.go
Follow-up: https://github.com/containerd/containerd/pull/7073#discussion_r1044142416 Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
f2cf411b79
commit
423f4388b4
@ -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