]> git.cworth.org Git - notmuch/commit
test: increase cffi timeout
authorMichael J Gruber <git@grubix.eu>
Sun, 14 Aug 2022 15:22:17 +0000 (17:22 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 16 Aug 2022 07:29:39 +0000 (04:29 -0300)
commit760431c0a3216605d3690e963bb8fa3e3c8788cb
treef50d20b5af3c4c5d47d2f9a59162dba2c0f89781
parentcf21ad2e790b2d078dd4b78f3c870b4f9107e451
test: increase cffi timeout

By default, the test suite uses 2min for other tests and 5s for cffi
tests. Sporadically, this leads to test failures caused by the timeout
on slower or loaded test infrastructure (as seen on ppc64le in Fedora's
infrastructure during branch time).

Increase the cffi timeout to the same 2m=120s.

Signed-off-by: Michael J Gruber <git@grubix.eu>
bindings/python-cffi/tests/conftest.py