[infra] Increase timeout for front_end tests in test matrix

Change-Id: I4b6b321fbf6522f81844018c787228e05141a9a4
Reviewed-on: https://dart-review.googlesource.com/35200
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2018-01-17 15:44:19 +00:00 committed by commit-bot@chromium.org
parent 79c1472085
commit 338685e9b6

View file

@ -1243,6 +1243,7 @@
"--compiler=none",
"--runtime=vm",
"--checked",
"--timeout=120",
"--use-sdk",
"pkg/front_end"
]
@ -1306,7 +1307,8 @@
"--use-sdk",
"--compiler=none",
"--runtime=vm",
"--checked"
"--checked",
"--timeout=120"
],
"tests": ["pkg"]
},