diff options
author | ccameron <ccameron@chromium.org> | 2014-09-30 19:07:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-01 02:07:20 +0000 |
commit | 7769ef623c03512045dc909aeb030f37c7461b36 (patch) | |
tree | 9478853b801de4f629eb7b646c70ad42b2f61481 | |
parent | 5a238e9876b47d41cb26cfed77cf874affe6caab (diff) | |
download | chromium_src-7769ef623c03512045dc909aeb030f37c7461b36.zip chromium_src-7769ef623c03512045dc909aeb030f37c7461b36.tar.gz chromium_src-7769ef623c03512045dc909aeb030f37c7461b36.tar.bz2 |
Increase GPU memory wiggle room
BUG=418978
Review URL: https://codereview.chromium.org/621593002
Cr-Commit-Position: refs/heads/master@{#297576}
-rw-r--r-- | content/test/gpu/gpu_tests/memory_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/gpu/gpu_tests/memory_test.py b/content/test/gpu/gpu_tests/memory_test.py index e943ecf..5ff6a43 100644 --- a/content/test/gpu/gpu_tests/memory_test.py +++ b/content/test/gpu/gpu_tests/memory_test.py @@ -13,7 +13,7 @@ from telemetry.timeline import model MEMORY_LIMIT_MB = 192 SINGLE_TAB_LIMIT_MB = 192 -WIGGLE_ROOM_MB = 12 +WIGGLE_ROOM_MB = 24 test_harness_script = r""" var domAutomationController = {}; |