mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
test: Remove old test_broadcast, which tested manually adding a member to a broadcast
This commit is contained in:
@@ -6,7 +6,7 @@ envlist =
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
pytest {posargs}
|
||||
pytest -n6 {posargs}
|
||||
setenv =
|
||||
# Avoid stack overflow when Rust core is built without optimizations.
|
||||
RUST_MIN_STACK=8388608
|
||||
@@ -25,6 +25,6 @@ commands =
|
||||
ruff check src/ examples/ tests/
|
||||
|
||||
[pytest]
|
||||
timeout = 30
|
||||
timeout = 300
|
||||
log_cli = true
|
||||
log_level = debug
|
||||
|
||||
Reference in New Issue
Block a user