Skip to content

Commit

Permalink
Merge pull request containers#12588 from vrothberg/fix-12167
Browse files Browse the repository at this point in the history
pprof flakes: bump timeout to 20 seconds
  • Loading branch information
openshift-merge-robot authored Dec 14, 2021
2 parents 4543fd4 + 1fff76c commit 4a060ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/system_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4a060ca

Please sign in to comment.