Skip to content

Commit

Permalink
Merge pull request #10488 from priyawadhwa/start-stop-delete
Browse files Browse the repository at this point in the history
Reduce time limit on TestStartStop to fix occasional KVM_containerd timeout
  • Loading branch information
priyawadhwa authored Feb 16, 2021
2 parents 6c2280c + 2c3d91a commit eaaa51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/start_stop_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestStartStop(t *testing.T) {
t.Run(tc.name, func(t *testing.T) {
MaybeParallel(t)
profile := UniqueProfileName(tc.name)
ctx, cancel := context.WithTimeout(context.Background(), Minutes(40))
ctx, cancel := context.WithTimeout(context.Background(), Minutes(30))
defer Cleanup(t, profile, cancel)
type validateStartStopFunc func(context.Context, *testing.T, string, string, string, []string)
if !strings.Contains(tc.name, "docker") && NoneDriver() {
Expand Down

0 comments on commit eaaa51c

Please sign in to comment.