File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ run = [
8282 ' hatch --env default run "src/build_scripts/install_playwright.py"' ,
8383 " hatch --env default run javascript:build --dev" ,
8484 " hatch --env default build -t wheel" ,
85- " pytest{env:HATCH_TEST_ARGS:} {args}" ,
85+ " pytest{env:HATCH_TEST_ARGS:} {args} --max-worker-restart 10 " ,
8686]
8787run-cov = [
8888 ' hatch --env default run "src/build_scripts/install_playwright.py"' ,
8989 " hatch --env default run javascript:build --dev" ,
9090 " hatch --env default build -t wheel" ,
9191 ' hatch --env default run "src/build_scripts/delete_old_coverage.py"' ,
92- " coverage run -m pytest{env:HATCH_TEST_ARGS:} {args}" ,
92+ " coverage run -m pytest{env:HATCH_TEST_ARGS:} {args} --max-worker-restart 10 " ,
9393]
9494cov-combine = " coverage combine"
9595cov-report = " coverage report"
You can’t perform that action at this time.
0 commit comments