Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: content/test/gpu/gpu_tests/memory.py

Issue 466233002: [Telemetry] Improve unittest cycle time and fix testIFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update gpu memory expectations Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/memory.py
diff --git a/content/test/gpu/gpu_tests/memory.py b/content/test/gpu/gpu_tests/memory.py
index e38461cb6136138275b326a76b34e378f9bbd618..dbb111f9ebbd57e46a2eb08725cdabcd26791974 100644
--- a/content/test/gpu/gpu_tests/memory.py
+++ b/content/test/gpu/gpu_tests/memory.py
@@ -11,7 +11,7 @@ from telemetry.timeline import model
MEMORY_LIMIT_MB = 192
SINGLE_TAB_LIMIT_MB = 192
-WIGGLE_ROOM_MB = 8
+WIGGLE_ROOM_MB = 12
test_harness_script = r"""
var domAutomationController = {};
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698