c3-time-domain / SeeChange

A time-domain data reduction pipeline (e.g., for handling images->lightcurves) for surveys like DECam and LS4
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Configurable timeouts for subroutines #264

Closed guynir42 closed 1 month ago

guynir42 commented 1 month ago

When calling an executable (e.g., scamp) we are using timeouts on subprocess.run(). I currently hard coded some numbers (1 or 2 minutes) but we should allow that to be configurable.