Skip to content

Commit b43a56e

Browse files
committed
increase retry count for CI
1 parent 0621391 commit b43a56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_python(session: Session) -> None:
107107
session.install(".[all]")
108108
else:
109109
install_idom_dev(session, extras="all")
110-
pytest_args += ["--reruns", "2"]
110+
pytest_args += ["--reruns", "5"]
111111

112112
session.run("pytest", "tests", *pytest_args)
113113

0 commit comments

Comments
 (0)