Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable test timeouts #73

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

corymharper
Copy link
Member

This pull request adds configurable timeouts with an initial timeout of the test command for thirty seconds.

Closes #61

@codecov
Copy link

codecov bot commented Jun 10, 2021

Codecov Report

Merging #73 (fad09ea) into master (f649bbd) will decrease coverage by 0.19%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   94.16%   93.96%   -0.20%     
==========================================
  Files          12       12              
  Lines         394      398       +4     
  Branches       65       64       -1     
==========================================
+ Hits          371      374       +3     
- Misses         23       24       +1     
Impacted Files Coverage Δ
src/utils/get-config.ts 92.42% <75.00%> (-1.13%) ⬇️
src/steps/test-projects.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f649bbd...fad09ea. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Configurable timeout for tests
1 participant