blob: 1a0a347bf45aa7fc82f5f595c09659d04045c253 [file] [log] [blame]
{
"ffx": {
"subtool-search-paths": "$BUILD_DIR/host-tools"
},
"log": {
"dir": [
"$FFX_LOG_DIR",
"$FUCHSIA_TEST_OUTDIR/ffx_logs",
"$CACHE/logs"
],
"enabled": [
"$FFX_LOG_ENABLED",
true
],
"level": "info",
"rotations": 5,
"rotate_size": 104857600
},
"fastboot": {
"flash": {
"min_timeout_secs": 60,
"timeout_rate": 2
}
},
"proxy": {
"timeout_secs": 10.0
},
"target": {
"default": [
"$FUCHSIA_DEVICE_ADDR",
"$FUCHSIA_NODENAME"
]
}
}