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

@@ -116,7 +116,7 @@ def run_one(p: Plugin) -> bool:
pytest_path,
p.path,
'-vvv',
'--timeout=300',
'--timeout=600',
'--timeout-method=thread',
'--junitxml=report-{}.xml'.format(p.name),
'--reruns=2',

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.