summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--runsc/container/container_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/container/container_test.go b/runsc/container/container_test.go
index 2ced028f6..c10f85992 100644
--- a/runsc/container/container_test.go
+++ b/runsc/container/container_test.go
@@ -60,7 +60,7 @@ func waitForProcessList(cont *Container, want []*control.Process) error {
return nil
}
// Gives plenty of time as tests can run slow under --race.
- return testutil.Poll(cb, 10*time.Second)
+ return testutil.Poll(cb, 30*time.Second)
}
func waitForProcessCount(cont *Container, want int) error {