From e92533dea31d285b4d22e1978db147f9eea5f3e3 Mon Sep 17 00:00:00 2001 From: Jens Johansen Date: Tue, 11 Aug 2020 12:42:09 +0000 Subject: [PATCH] [CFE] Mark two incremental tests slow The tests incremental_dart2js_test and incremental_compiler_leak_test - taking ~1 minute each locally - often times out at 4 minutes (after almost being done) on the bots. This CL gives them a little more time hopefully allowing them to finish. Fixes https://github.com/dart-lang/sdk/issues/43000 Change-Id: Ic6309ebc1a0c77300f1b4f5262f8d48f4de3e0be Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157982 Reviewed-by: William Hesse Commit-Queue: Jens Johansen --- pkg/pkg.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/pkg.status b/pkg/pkg.status index 52583d61366..2656ab66a42 100644 --- a/pkg/pkg.status +++ b/pkg/pkg.status @@ -85,6 +85,8 @@ front_end/test/fasta/strong4_test: Pass, ExtraSlow front_end/test/fasta/text_serialization_test: Pass, ExtraSlow front_end/test/fasta/types/dart2js_benchmark_test: Pass, Slow front_end/test/fasta/types/large_app_benchmark_test: Pass, ExtraSlow +front_end/test/incremental_compiler_leak_test.dart: Pass, Slow +front_end/test/incremental_dart2js_test.dart: Pass, Slow front_end/test/minimal_incremental_kernel_generator_test: Slow, Pass front_end/test/whole_program_test: Slow, Pass front_end/testcases/*: Skip # These are not tests but input for tests.