This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d7db383 tests: cuirass: Increase delay.
d7db383 is described below
commit d7db38341af57e7eb8cff96f899e7b9fa96d92f6
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Fri Jan 29 11:48:47 2021 +0100
tests: cuirass: Increase delay.
* gnu/tests/cuirass.scm (run-cuirass-test): Increase "cuirass-web build
queued" test delay.
---
gnu/tests/cuirass.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/tests/cuirass.scm b/gnu/tests/cuirass.scm
index 391f482..86a06d3 100644
--- a/gnu/tests/cuirass.scm
+++ b/gnu/tests/cuirass.scm
@@ -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))))))