ci: Increase timeout so we don't kill tests too often

This commit is contained in:
Christian Decker
2021-01-12 17:53:16 +01:00
parent ce9aaebad4
commit a097606495
2 changed files with 2 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ def test_init_not_empty(node_factory, directory):
assert(l1.daemon.is_in_log(r'plugin-backup.py: Versions match up'))
@flaky
def test_tx_abort(node_factory, directory):
"""Simulate a crash between hook call and DB commit.