efabless / cace

Circuit Automatic Characterization Engine
https://cace.readthedocs.io/
Apache License 2.0
35 stars 6 forks source link

Removed the 300 second timout for thread completion #44

Closed RTimothyEdwards closed 3 months ago

RTimothyEdwards commented 3 months ago

Removed the 300 second timout from the result.get() call that merges threads from multiprocessing. The timeout itself causes the process to hang, so all it accomplishes is to prevent any simulations from taking longer than 300 seconds to run.