| Index: content/test/gpu/gpu_tests/maps.py
|
| diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py
|
| index aeafe4f86a7491b794a019e2e1ce56f59447539b..1d5bb6fdc2b4bd7d77866b8a0153cc2c10804851 100644
|
| --- a/content/test/gpu/gpu_tests/maps.py
|
| +++ b/content/test/gpu/gpu_tests/maps.py
|
| @@ -84,7 +84,8 @@ class MapsPage(page.Page):
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| action_runner.NavigateToPage(self)
|
| - action_runner.RunAction(WaitAction({'javascript': 'window.testDone'}))
|
| + action_runner.RunAction(WaitAction({'javascript': 'window.testDone',
|
| + 'timeout': 180}))
|
|
|
|
|
| class Maps(cloud_storage_test_base.TestBase):
|
|
|