Merge pull request #12588 from vrothberg/fix-12167

pprof flakes: bump timeout to 20 seconds
This commit is contained in:
OpenShift Merge Robot
2021-12-14 13:25:39 +01:00
committed by GitHub

View File

@ -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()