• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1device_config = {
2# Configuration syntax:
3#
4#  device: The value of ro.product.name or 'host' or 'jvm'
5#  properties: (Use one or more of these).
6#     * run-test-args: additional run-test-args
7#
8# *** IMPORTANT ***:
9#    This configuration is used by the android build server. Targets must not be renamed
10#    or removed.
11#
12##########################################
13    # Fugu's don't have enough memory to support a 128m heap with normal concurrency.
14    # Also update timeout value as some tests can go beyond the default 600s.
15    'aosp_fugu' : {
16        'run-test-args': [ "--runtime-option", "-Xmx128m", "--timeout", "900" ],
17    },
18    'fugu' : {
19        'run-test-args': [ "--runtime-option", "-Xmx128m", "--timeout", "900" ],
20    },
21}
22