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
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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))))))