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
commit 4a060caeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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, // 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()