commit | d267602944583d75915b1de50bee410fdaa4dbc0 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Feb 10 09:14:41 2022 -0500 |
committer | Brad King <brad.king@kitware.com> | Thu Feb 10 09:20:13 2022 -0500 |
tree | 483c6fde88ec53cd5d2729bee7e9331e69f789cc | |
parent | 663296ab4f588ddf082f84a4f02baf894df32152 [diff] |
Tests: Improve RunCMake.ExternalProject rebuild case robustness The `CONFIGURE_HANDLED_BY_BUILD` case occasionally fails on builds with the `Borland Makefiles` generator due to the `make` tool's 1s file timestamp resolution. Somehow the 1.125s delay is not enough. Several other tests use a 3s delay for Borland tools for the same reason.