1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 11:35:47 +01:00
Commit graph

4 commits

Author SHA1 Message Date
Bastien Teinturier
c3a66f37a3
Disable backup handler in tests (#1399)
We've been witnessing random test suites freezes (since ages).
We've observed that when these freezes happen, there are usually a lot of
"too many open files" errors raised by the OS.

The backup handler is a likely culprit as the IntegrationSpec is running
multiple nodes and exchanging HTLCs at a fast rate.

At least it won't hurt disabling it in tests, and will speed up the
test suite.

We also increase the file limits in CI providers, when possible.
2020-04-30 11:56:44 +02:00
Bastien Teinturier
c1e0adcd98
Add execution time limit (#1161) 2019-10-03 17:05:12 +02:00
araspitzu
2277b88ddc
Add codecov integration to semaphore CI (#1134)
* Add codecov integration to semaphore CI

* Remove codecov integration from travis CI
2019-09-12 17:18:22 +02:00
Pierre-Marie Padiou
77e472e068
Add Semaphore CI (#1125) 2019-09-05 18:21:09 +02:00