| Index: tools/dartium/buildbot_annotated_steps.py
|
| diff --git a/tools/dartium/buildbot_annotated_steps.py b/tools/dartium/buildbot_annotated_steps.py
|
| index 61faf75575830b3011c45ed8b5728ae13a3524c1..c568b8e6223e9dd1a4695b64f907cd0212078e1c 100755
|
| --- a/tools/dartium/buildbot_annotated_steps.py
|
| +++ b/tools/dartium/buildbot_annotated_steps.py
|
| @@ -34,7 +34,7 @@ def RunDartTests(mode, component, suite, arch, checked, test_filter=None,
|
| """
|
| cmd = []
|
| if sys.platform.startswith('linux'):
|
| - cmd = ['xvfb-run', '-a']
|
| + cmd = ['xvfb-run', '--server-args=-screen 0 1024x768x24','-a']
|
| cmd.append(sys.executable)
|
| script = os.path.join(DART_PATH, 'tools', 'dartium', 'test.py')
|
| cmd.append(script)
|
|
|