mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* Add timeout to searches. * Correct docstring. * Include chrono header. * Get it compiling with gcc. * And then clang didn't like it... * Revert to tmpnam as msktemp isn't available on Windows. * Response to review. Run time no longer saved in SearchResults. Timeout check not tied to size of results. Made the test timeout shorter. * Fix the Python wrapper. * Shamelessly steal the better timeout method from PR8110. * suggested changes * be more conservative about what does not time out the CI machines can be surprisingly slow --------- Co-authored-by: David Cosgrove <david@cozchemix.co.uk> Co-authored-by: Greg Landrum <greg.landrum@gmail.com>