HomeSort by relevance Sort by last modified time
    Searched refs:RECONNECT_FOREVER (Results 1 - 2 of 2) sorted by null

  /external/autotest/database/
database_connection.py 7 RECONNECT_FOREVER = object()
154 giving up. Setting to RECONNECT_FOREVER removes the limit.
244 return (self.max_reconnect_attempts is not RECONNECT_FOREVER and
database_connection_unittest.py 134 db.max_reconnect_attempts = database_connection.RECONNECT_FOREVER

Completed in 66 milliseconds