mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
Merge pull request #12588 from vrothberg/fix-12167
pprof flakes: bump timeout to 20 seconds
This commit is contained in:
@ -20,7 +20,7 @@ var _ = Describe("podman system service", func() {
|
||||
|
||||
// The timeout used to for the service to respond. As shown in #12167,
|
||||
// this may take some time on machines under high load.
|
||||
var timeout = 5
|
||||
var timeout = 20
|
||||
|
||||
BeforeEach(func() {
|
||||
tempdir, err := CreateTempDirInTempDir()
|
||||
|
Reference in New Issue
Block a user