mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
Update vendor containers/(common,storage,buildah,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
4
vendor/github.com/onsi/gomega/gexec/session.go
generated
vendored
4
vendor/github.com/onsi/gomega/gexec/session.go
generated
vendored
@@ -142,7 +142,9 @@ will wait for the command to exit then return the entirety of Out's contents.
|
||||
Wait uses eventually under the hood and accepts the same timeout/polling intervals that eventually does.
|
||||
*/
|
||||
func (s *Session) Wait(timeout ...interface{}) *Session {
|
||||
EventuallyWithOffset(1, s, timeout...).Should(Exit())
|
||||
args := []any{s}
|
||||
args = append(args, timeout...)
|
||||
EventuallyWithOffset(1, args...).Should(Exit())
|
||||
return s
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user