Open XX-Yin opened 4 hours ago
Do you have a log file for this?
We should make sure that the stall function stops if the time limit is exceeded (I thought it did, but maybe it has a bug)
I ran into this issue, but the log file didn't contain the trial stop information (shown below). This is also very easy to replicate on our own computer
GUI stopped after exceeding the time limit (75m by default), but the
stall function
will keep running to get this "5m stall error information". We should stop thestall function
in this edge case