summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalProject/DownloadServer.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve the stability of the ExternalProject download testsThomas Bernard2020-09-021-1/+5
|
* Tests: Add timeout on the RunCMake.ExternalProject download serverThomas Bernard2020-08-271-5/+12
| | | | Fixes: #21132
* ExternalProject: add INACTIVITY_TIMEOUT argumentThomas Bernard2020-08-181-0/+42
In order to abort transfers on slow connections the ExternalProject command support passing the INACTIVITY_TIMEOUT argument. Fixes: #20992