diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-01-29 11:48:47 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-01-29 11:48:47 +0100 |
commit | d7db38341af57e7eb8cff96f899e7b9fa96d92f6 (patch) | |
tree | 13a278b0455832d83341dc19d7f3c4806c7cf7f2 /gnu/tests | |
parent | df656c1518a2b8008e0d26fc98bc36673eac64a6 (diff) | |
download | guix-d7db38341af57e7eb8cff96f899e7b9fa96d92f6.tar.gz |
tests: cuirass: Increase delay.
* gnu/tests/cuirass.scm (run-cuirass-test): Increase "cuirass-web build queued" test delay.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/cuirass.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/cuirass.scm b/gnu/tests/cuirass.scm index 391f4820df..86a06d3069 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)))))) |