mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-19 22:24:19 +01:00
ci: Increase timeout so we don't kill tests too often
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user