Commit 90e74f67 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add retry on unittests

parent 223626cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ unittest:
		$(shell for type in ${COV_TYPES}; do echo "--cov-report=$$type"; done) \
		--cov="${RANGE_SRC_DIR}" \
		$(if ${MIN_COVERAGE},--cov-fail-under=${MIN_COVERAGE},) \
		$(if ${WORKERS},-n ${WORKERS},)
		$(if ${WORKERS},-n ${WORKERS},) \
		--reruns 8 --reruns-delay 2 --only-rerun '(OSError|Timeout|HTTPError.*429|HTTPError.*502|HTTPError.*504|check your connection|429 error)'

docs:
	$(MAKE) -C "${DOC_DIR}" build