mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
pytest: Remove --duration argument
We're not going to optimize travis any longer so let's no fill logs with useless measurements.
This commit is contained in:
parent
fd1e8a5999
commit
7fafd934cf
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ endif
|
||||
|
||||
# Timeout shortly before the 600 second travis silence timeout
|
||||
# (method=thread to support xdist)
|
||||
PYTEST_OPTS := -v --timeout=550 --timeout_method=thread -p no:logging --duration=0
|
||||
PYTEST_OPTS := -v --timeout=550 --timeout_method=thread -p no:logging
|
||||
|
||||
# This is where we add new features as bitcoin adds them.
|
||||
FEATURES :=
|
||||
|
Loading…
Reference in New Issue
Block a user