Docker_Linux_containerd is timing out when this test is run, give the test 10 minutes to run. It completes in under 5 on Docker_linux so this should be enough time

pull/10271/head
Priya Wadhwa 2021-01-26 14:26:56 -08:00
parent 1c27f6b326
commit 2f78eb7771
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func TestPause(t *testing.T) {
type validateFunc func(context.Context, *testing.T, string)
profile := UniqueProfileName("pause")
ctx, cancel := context.WithTimeout(context.Background(), Minutes(30))
ctx, cancel := context.WithTimeout(context.Background(), Minutes(10))
defer Cleanup(t, profile, cancel)
// Serial tests