1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

tests: cuirass: Increase delay.

* gnu/tests/cuirass.scm (run-cuirass-test): Increase "cuirass-web build
queued" test delay.
This commit is contained in:
Mathieu Othacehe
2021-01-29 11:48:47 +01:00
parent df656c1518
commit d7db38341a

View File

@@ -256,7 +256,7 @@
(= (assoc-ref build "buildstatus") -1))))
(else #f)))))
#:times 5
#:delay 5)))
#:delay 10)))
(test-end)
(exit (= (test-runner-fail-count (test-runner-current)) 0))))))