diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-11-10 13:46:58 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-11-10 17:57:31 +0200 |
| commit | 65bb8c466253631d2d5e5c2615076017f2807e1e (patch) | |
| tree | 9b5cbd180f44f4a95144ab3a10cd24a332e0a284 /gnu/packages | |
| parent | 1037e93e91f15fcae33ab33f54aa4e8813f5d747 (diff) | |
gnu: qemu-minimal: Extend a test timeout on armhf-linux.
* gnu/packages/virtualization.scm (qemu-minimal)[arguments]: Adjust the
'disable-some-tests phase on armhf-linux to extend the test timeout for
one of the tests.
Change-Id: I557cd2765fb702cf13be8400c204f87de9b26bf5
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/virtualization.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index d65ae047646..ee8ed42bc68 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -391,6 +391,11 @@ ((target-arm32?) #~((add-after 'unpack 'disable-some-tests (lambda _ + ;; Extend the test timeout for this test: + (substitute* "tests/unit/meson.build" + (("test-crypto-tlssession': 90") + "test-crypto-tlssession': 180")) + ;; failed to allocate memory for stack: Cannot allocate memory (substitute* "tests/qtest/meson.build" ((".*qtests_aspeed :.*") "")))))) |
