summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 000e037..0c99c1a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,3 +19,7 @@ testpaths = [
"packages/meshbay-node/tests",
]
asyncio_mode = "auto"
+# A hung test must not wedge the run — an aiortc handshake on the wrong Windows
+# event loop can block forever with no internal timeout. thread method is used
+# automatically on Windows (no SIGALRM).
+timeout = 60