gnu: mariadb: Further increase test timeouts.
* gnu/packages/databases.scm (mariadb)[arguments]: Allow 40 minutes for single tests, and 600 in total.master
parent
3418e43bf5
commit
71179b35b8
|
@ -758,8 +758,8 @@ Language.")
|
||||||
(with-directory-excursion "mysql-test"
|
(with-directory-excursion "mysql-test"
|
||||||
(invoke "./mtr" "--verbose"
|
(invoke "./mtr" "--verbose"
|
||||||
"--retry=3"
|
"--retry=3"
|
||||||
"--testcase-timeout=30"
|
"--testcase-timeout=40"
|
||||||
"--suite-timeout=540"
|
"--suite-timeout=600"
|
||||||
"--parallel" (number->string (parallel-job-count))
|
"--parallel" (number->string (parallel-job-count))
|
||||||
"--skip-test-list=unstable-tests"))
|
"--skip-test-list=unstable-tests"))
|
||||||
(format #t "test suite not run~%"))
|
(format #t "test suite not run~%"))
|
||||||
|
|
Reference in New Issue