mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-20 06:34:20 +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,
|
pytest_path,
|
||||||
p.path,
|
p.path,
|
||||||
'-vvv',
|
'-vvv',
|
||||||
'--timeout=300',
|
'--timeout=600',
|
||||||
'--timeout-method=thread',
|
'--timeout-method=thread',
|
||||||
'--junitxml=report-{}.xml'.format(p.name),
|
'--junitxml=report-{}.xml'.format(p.name),
|
||||||
'--reruns=2',
|
'--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'))
|
assert(l1.daemon.is_in_log(r'plugin-backup.py: Versions match up'))
|
||||||
|
|
||||||
|
|
||||||
|
@flaky
|
||||||
def test_tx_abort(node_factory, directory):
|
def test_tx_abort(node_factory, directory):
|
||||||
"""Simulate a crash between hook call and DB commit.
|
"""Simulate a crash between hook call and DB commit.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user