core-lightning/tests
Rusty Russell 90dc5173d5 test_lightningd.py: remove 5 slowest tests from non-developer mode.
We can restore them once we get parallel testing on Travis, but meanwhile
we time out because of the 30 seconds bitcoind poll.

Running on my laptop with --duration=5:

=========================== slowest 5 test durations ===========================
184.07s call     tests/test_lightningd.py::LightningDTests::test_multiple_channels
156.66s call     tests/test_lightningd.py::LightningDTests::test_forward
155.77s call     tests/test_lightningd.py::LightningDTests::test_closing
126.83s call     tests/test_lightningd.py::LightningDTests::test_waitinvoice
126.11s call     tests/test_lightningd.py::LightningDTests::test_waitanyinvoice

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-05-20 02:32:42 +00:00
..
benchmark.py Fix flake8 warnings 2018-02-26 12:38:00 +01:00
fixtures.py gossipd: specify origin of updates in errors. 2018-05-19 15:52:56 -04:00
requirements.txt pytest: Add flaky dependency and mark as test_closing_different_fees 2018-05-07 02:40:50 +00:00
test_closing.py pytest: Use the port from the lightning node 2018-05-08 22:06:04 +02:00
test_gossip.py More option cleanups. 2018-05-20 02:32:42 +00:00
test_lightningd.py test_lightningd.py: remove 5 slowest tests from non-developer mode. 2018-05-20 02:32:42 +00:00
utils.py locktime-blocks: rename to watchtime-blocks. 2018-05-20 02:32:42 +00:00