mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
tests: cuirass: Increase delay.
* gnu/tests/cuirass.scm (run-cuirass-test): Increase "cuirass-web build queued" test delay.
This commit is contained in:
parent
df656c1518
commit
d7db38341a
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ (define* (retry f #:key times delay)
|
|||
(= (assoc-ref build "buildstatus") -1))))
|
||||
(else #f)))))
|
||||
#:times 5
|
||||
#:delay 5)))
|
||||
#:delay 10)))
|
||||
|
||||
(test-end)
|
||||
(exit (= (test-runner-fail-count (test-runner-current)) 0))))))
|
||||
|
|
Loading…
Reference in a new issue