Skip to content

Commit 23d2598

Browse files
increase reruns and delay
1 parent 6e5fab0 commit 23d2598

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ env:
3434
TESTRAIL_API_KEY: ${{ secrets.TESTRAIL_API_KEY }}
3535
TESTRAIL_USERNAME: ${{ secrets.TESTRAIL_USERNAME }}
3636
SVC_ACCT_DECRYPT: ${{ secrets.SVC_ACCT_DECRYPT }}
37+
TESTRAIL_REPORT: true
3738
FX_L10N: true
3839

3940
jobs:

ci_l10n_pyproject_headed.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markers = [
1515
"noxvfb: tests that should not run in xvfb sessions"
1616
]
1717

18-
addopts = "-vs --ci --json-report --json-report-file artifacts/report_headed.json -n auto --reruns 3 --reruns-delay 2 --html=artifacts/report_headed.html"
18+
addopts = "-vs --ci --json-report --json-report-file artifacts/report_headed.json -n auto --reruns 4 --reruns-delay 3 --html=artifacts/report_headed.html"
1919

2020
[tool.ruff]
2121
target-version = "py310"

ci_pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markers = [
1515
"noxvfb: tests that should not run in xvfb sessions"
1616
]
1717

18-
addopts = "-vs --ci --run-headless --json-report --json-report-file artifacts/report.json --reruns 3 -n auto --reruns-delay 3 -m 'not incident and not unstable and not headed' --html=artifacts/report.html"
18+
addopts = "-vs --ci --run-headless --json-report --json-report-file artifacts/report.json --reruns 4 -n auto --reruns-delay 3 -m 'not incident and not unstable and not headed' --html=artifacts/report.html"
1919

2020
[tool.ruff]
2121
target-version = "py310"

ci_xvfb_pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ markers = [
1414
"locale_gb: tests run in GB locale versions",
1515
"noxvfb: tests that should not run in xvfb sessions"
1616
]
17-
addopts = "-vs --ci --run-headless --json-report --json-report-file artifacts/report.json -n auto --reruns 3 --reruns-delay 3 -m 'not unstable and not headed and not noxvfb' --html=artifacts/report.html"
17+
addopts = "-vs --ci --run-headless --json-report --json-report-file artifacts/report.json -n auto --reruns 4 --reruns-delay 3 -m 'not unstable and not headed and not noxvfb' --html=artifacts/report.html"
1818

1919
[tool.ruff]
2020
target-version = "py310"

0 commit comments

Comments
 (0)