Skip to content

Commit

Permalink
mantle/test: Modify timeout to resolve coreos.unique.boot.failure issue
Browse files Browse the repository at this point in the history
Fix: #3669
  • Loading branch information
c4rt0 committed Dec 8, 2023
1 parent 99df425 commit 4636b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantle/kola/tests/ignition/qemufailure.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func verifyError(builder *platform.QemuBuilder, searchPattern string) error {
return err
}
defer inst.Destroy()
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 4*time.Minute)

defer cancel()

Expand Down

0 comments on commit 4636b1a

Please sign in to comment.