summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-14 13:25:39 +0100
committerGitHub <noreply@github.com>2021-12-14 13:25:39 +0100
commit4a060caeabc7061b85a290ba31f87af7d4dbf508 (patch)
treee21a851cb4c2d018aab366b86873432c0b13b12a /test
parent4543fd463e3d02aea42f1a5b6ed0d2ed190de655 (diff)
parent1fff76c3c385d47b2715f6adfb83a2036691a9f7 (diff)
downloadpodman-4a060caeabc7061b85a290ba31f87af7d4dbf508.tar.gz
podman-4a060caeabc7061b85a290ba31f87af7d4dbf508.tar.bz2
podman-4a060caeabc7061b85a290ba31f87af7d4dbf508.zip
Merge pull request #12588 from vrothberg/fix-12167
pprof flakes: bump timeout to 20 seconds
Diffstat (limited to 'test')
-rw-r--r--test/e2e/system_service_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/system_service_test.go b/test/e2e/system_service_test.go
index 4299146f5..a9ed0b11f 100644
--- a/test/e2e/system_service_test.go
+++ b/test/e2e/system_service_test.go
@@ -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()