| Index: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/block_once.py
|
| diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/block_once.py b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/block_once.py
|
| index 2be562185918176fb620e29d585378183a444085..30def6634575f1f5f8837f5c8f7673fea26a7597 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/block_once.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/block_once.py
|
| @@ -36,7 +36,7 @@ class BlockOncePage(page_module.Page):
|
| })();
|
| ''')
|
| action_runner.WaitForJavaScriptCondition(
|
| - "window.post_request_completed == true", 30)
|
| + "window.post_request_completed == true", timeout_in_seconds=30)
|
|
|
| class BlockOnceStorySet(story.StorySet):
|
|
|
|
|