Home
last modified time | relevance | path

Searched refs:MINUTE_IN_SECS (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/hardware_StorageQual/
Dgenerate_storage_qual_control_files.py34 MINUTE_IN_SECS = 60 variable
35 HOUR_IN_SECS = MINUTE_IN_SECS * 60
56 'suspend_duration': 5 * MINUTE_IN_SECS,
/external/autotest/server/
Dsequence.py27 MINUTE_IN_SECS = 60 variable
29 HOUR_IN_SECS = HOUR_IN_MINUTES * MINUTE_IN_SECS
92 return 2 * int(self._duration) // MINUTE_IN_SECS