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