Chromium Code Reviews| Index: tools/bots/pub.py |
| =================================================================== |
| --- tools/bots/pub.py (revision 38664) |
| +++ tools/bots/pub.py (working copy) |
| @@ -47,6 +47,8 @@ |
| if build_info.builder_tag: |
| common_args.append('--builder-tag=%s' % build_info.builder_tag) |
| + # There are a number of big/integration tests in pkg, run with bigger timeout |
| + common_args.append('--timeout=120') |
| opt_threshold = '--vm-options=--optimization-counter-threshold=5' |
| if build_info.mode == 'release': |