-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable system health.common desktop (#19057)
- Loading branch information
Showing
6 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
patches/third_party/catapult/telemetry-telemetry-internal-actions-action_runner.py.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/telemetry/telemetry/internal/actions/action_runner.py b/telemetry/telemetry/internal/actions/action_runner.py | ||
index 8d9e98ff1e546588f69935a688249b97fbb0992e..ca2912fa87beb576e35a0a5b453fd03b14d590fb 100644 | ||
--- a/telemetry/telemetry/internal/actions/action_runner.py | ||
+++ b/telemetry/telemetry/internal/actions/action_runner.py | ||
@@ -41,7 +41,7 @@ import py_utils | ||
|
||
# Time to wait in seconds before requesting a memory dump in deterministic | ||
# mode, thus allowing metric values to stabilize a bit. | ||
-_MEMORY_DUMP_WAIT_TIME = 3 | ||
+_MEMORY_DUMP_WAIT_TIME = 10 | ||
|
||
# Time to wait in seconds after forcing garbage collection to allow its | ||
# effects to propagate. Experimentally determined on an Android One device |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters