Searched refs:MINUTE_IN_SECS (Results 1 – 2 of 2) sorted by relevance
34 MINUTE_IN_SECS = 60 variable35 HOUR_IN_SECS = MINUTE_IN_SECS * 6056 'suspend_duration': 5 * MINUTE_IN_SECS,
27 MINUTE_IN_SECS = 60 variable29 HOUR_IN_SECS = HOUR_IN_MINUTES * MINUTE_IN_SECS92 return 2 * int(self._duration) // MINUTE_IN_SECS