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
parent
1c27f6b326
commit
2f78eb7771
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue