diff options
| author | David Bremner <david@tethera.net> | 2022-10-10 12:56:18 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-10-10 12:56:18 -0300 |
| commit | 0558c46f78e3abc4d9ee27cd135b29ddf356073d (patch) | |
| tree | 3a8431e88feffa23321de720d33ca0d78be1b2dc /bindings/python-cffi/tests | |
| parent | ceeeebec2fdc97f8d323a3a7080da1be9e8e7f24 (diff) | |
| parent | 76c3147613d0cb624573a5ba1ac7d0a5f81113bc (diff) | |
Merge tag 'debian/0.37-1' into debian/bullseye-backports
notmuch release 0.37-1 for unstable (sid) [dgit]
[dgit distro=debian no-split --quilt=linear]
Diffstat (limited to 'bindings/python-cffi/tests')
| -rw-r--r-- | bindings/python-cffi/tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
