InterviewSolution
Saved Bookmarks
| 1. |
How Long Does A Continuous Integration Build Run For? |
|
Answer» ONE option to REDUCE time taken and ENSURE we have immediate feedback is to split the long running tests into a SEPARATE build which runs less OFTEN. One option to reduce time taken and ensure we have immediate feedback is to split the long running tests into a separate build which runs less often. |
|