Skip to content

Commit

Permalink
Remove timeout from ci-test build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jul 24, 2023
1 parent e3cc543 commit 515a0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ coverage: build/coverage
ci-test: node_modules
@TS_NODE_PROJECT='./test/tsconfig.json' MOCK_DIR='./test/data/requests' \
${BIN}/nyc ${NYC_OPTS} --reporter=text \
${BIN}/mocha ${MOCHA_OPTS} -R list ${TEST_FILES}
${BIN}/mocha ${MOCHA_OPTS} -R list ${TEST_FILES} --no-timeout

.PHONY: check
check: node_modules
Expand Down

0 comments on commit 515a0c0

Please sign in to comment.