commit | 5d6f1b55d3aacae77827a16815fb4f821137a38a | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Oct 27 10:29:21 2020 +0100 |
committer | Primiano Tucci <primiano@google.com> | Tue Oct 27 09:31:44 2020 +0000 |
tree | 10d519c6659f90e02562a3b4ffa487d988e74d16 | |
parent | 08c74ba72d65e27f71ad050f0a03d85d0c2832ed [diff] |
Test: globally bump timeouts to 5s -> 10s The project has been recently affected by flakes going up and down. Almost all of them seem to be realated with extremely slow runtime x86 emulator, where things that are supposed to resolve in hundreds of ms, take more than 5s. This is yet another desperate attempt to deflake tests by globally bumping the test timeouts to 10s. This CL also fixes the failure message from TestTaskRunner to use PERFETTO_FATAL rather than fprintf. The latter doesn't make it to Android test failures. Bug: 162323151 Change-Id: I14c4c702c5ae968c1b55a6198e97bab1d94ff45c
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.