So I am using time.time() in my python module to track execution time and act as a while loop escape upon timeout.
My question is when does time.time() rollover/overflow. Or does it? I don't fully comprehend python datatypes yet, so I am not sure how far it can keep increasing.