Skip to content

Commit

Permalink
pprof flakes: bump timeout to 20 seconds
Browse files Browse the repository at this point in the history
This is the third and hopefully the last attempt to address the flakes
in the pprof tests.  We first bumped the timeouts to 2 seconds, then to
5, and since I am running out of ideas let's bump it now to 20 seconds.

Since the timeouts poll, the tests will terminate much earlier but 20
seconds should now really be enough even under highly loaded CI VMs.

Fixes: containers#12167
Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Dec 14, 2021
1 parent 4543fd4 commit 1fff76c
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 1fff76c

Please sign in to comment.