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

  /external/autotest/server/site_tests/brillo_CrashLogging/
brillo_CrashLogging.py 13 COMMAND_TIMEOUT_SECONDS = 10
34 timeout=COMMAND_TIMEOUT_SECONDS, ignore_status=True)
38 timeout=COMMAND_TIMEOUT_SECONDS)
42 self.host.run('kill -SIGSEGV %s' % pid, timeout=COMMAND_TIMEOUT_SECONDS)
45 self.host.run('kill -SIGSEGV %s' % pid, timeout=COMMAND_TIMEOUT_SECONDS,
52 timeout=COMMAND_TIMEOUT_SECONDS).split()
  /external/autotest/server/site_tests/android_CrashLogging/
android_CrashLogging.py 13 COMMAND_TIMEOUT_SECONDS = 10
36 timeout=COMMAND_TIMEOUT_SECONDS, ignore_status=True)
40 timeout=COMMAND_TIMEOUT_SECONDS,
47 timeout=COMMAND_TIMEOUT_SECONDS,
57 timeout=COMMAND_TIMEOUT_SECONDS).split()

Completed in 172 milliseconds