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
@ -256,7 +256,7 @@
|
|||||||
(= (assoc-ref build "buildstatus") -1))))
|
(= (assoc-ref build "buildstatus") -1))))
|
||||||
(else #f)))))
|
(else #f)))))
|
||||||
#:times 5
|
#:times 5
|
||||||
#:delay 5)))
|
#:delay 10)))
|
||||||
|
|
||||||
(test-end)
|
(test-end)
|
||||||
(exit (= (test-runner-fail-count (test-runner-current)) 0))))))
|
(exit (= (test-runner-fail-count (test-runner-current)) 0))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user