aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/tests
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-10-10 12:56:18 -0300
committerDavid Bremner <david@tethera.net>2022-10-10 12:56:18 -0300
commit0558c46f78e3abc4d9ee27cd135b29ddf356073d (patch)
tree3a8431e88feffa23321de720d33ca0d78be1b2dc /bindings/python-cffi/tests
parentceeeebec2fdc97f8d323a3a7080da1be9e8e7f24 (diff)
parent76c3147613d0cb624573a5ba1ac7d0a5f81113bc (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.py2
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