From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 75201@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#75201] [PATCH 1/2] services: tests: Add delay for rootless Podman system test.
Date: Mon, 30 Dec 2024 16:44:55 +0100 [thread overview]
Message-ID: <6ef8d0e4837ab1e623afc117d94062085ef2abe8.1735573496.git.goodoldpaul@autistici.org> (raw)
* gnu/tests/containers.scm (run-rootless-podman-test): Add 60 seconds
long delay before tests are actually run.
Change-Id: Ifcf70f7258f9e0886bf829884d7daedc9803352b
---
gnu/tests/containers.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/tests/containers.scm b/gnu/tests/containers.scm
index ba2fb22df6..047010037e 100644
--- a/gnu/tests/containers.scm
+++ b/gnu/tests/containers.scm
@@ -109,6 +109,9 @@ (define (run-rootless-podman-test oci-tarball)
(('service response-parts ...) #t)))
marionette))
+ ;; Allow services to start on slower machines
+ (sleep 60)
+
(test-equal "/sys/fs/cgroup/cgroup.subtree_control content is sound"
(list "cpu" "cpuset" "memory" "pids")
(marionette-eval
base-commit: 18463019a24a7c5acc9c2f3ddf3c0ba04a36db96
--
2.47.1
next reply other threads:[~2024-12-30 15:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-30 15:44 Giacomo Leidi via Guix-patches via [this message]
2024-12-30 15:44 ` [bug#75202] [PATCH 2/2] services: rootless-podman: Enable I/O delegation Giacomo Leidi via Guix-patches via
2024-12-30 15:48 ` bug#75202: (no subject) paul via Guix-patches via
2024-12-30 15:48 ` bug#75201: " paul via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ef8d0e4837ab1e623afc117d94062085ef2abe8.1735573496.git.goodoldpaul@autistici.org \
--to=guix-patches@gnu.org \
--cc=75201@debbugs.gnu.org \
--cc=goodoldpaul@autistici.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.