X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython-cffi%2Ftests%2Fconftest.py;fp=bindings%2Fpython-cffi%2Ftests%2Fconftest.py;h=fe90c7879d8ad7ef0babb85386d7c87c2706a47c;hp=6835fd30f723509cd6235540d35deadfc838cfa7;hb=760431c0a3216605d3690e963bb8fa3e3c8788cb;hpb=cf21ad2e790b2d078dd4b78f3c870b4f9107e451 diff --git a/bindings/python-cffi/tests/conftest.py b/bindings/python-cffi/tests/conftest.py index 6835fd30..fe90c787 100644 --- a/bindings/python-cffi/tests/conftest.py +++ b/bindings/python-cffi/tests/conftest.py @@ -43,7 +43,7 @@ def notmuch(maildir): env = os.environ.copy() env['NOTMUCH_CONFIG'] = str(cfg_fname) proc = subprocess.run(cmd, - timeout=5, + timeout=120, env=env) proc.check_returncode() return run