summary refs log tree commit diff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-10 14:30:51 +0100
committerErik Johnston <erik@matrix.org>2019-10-10 14:30:51 +0100
commit8bc529c04df64f610ae8d3911b671d363b52737c (patch)
tree9847e697839c844753ca0c884794bab527a0d36e /tests/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/disable_sq... (diff)
parentMerge pull request #6191 from matrix-org/rav/fix_packaging (diff)
downloadsynapse-8bc529c04df64f610ae8d3911b671d363b52737c.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/disable_sql_bytes
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/__init__.py b/tests/__init__.py

index f7fc502f01..ed805db1c2 100644 --- a/tests/__init__.py +++ b/tests/__init__.py
@@ -16,9 +16,9 @@ from twisted.trial import util -import tests.patch_inline_callbacks +from synapse.util.patch_inline_callbacks import do_patch # attempt to do the patch before we load any synapse code -tests.patch_inline_callbacks.do_patch() +do_patch() util.DEFAULT_TIMEOUT_DURATION = 20