flutter/dev/benchmarks/macrobenchmarks/test_driver/cull_opacity_perf_test.dart
Dan Field 69f2f8a18b
Revert "Remove per-test timeouts from integration tests (#85098)" (#85133)
This reverts commit b96c3c22ce350cd1999066601804c50a36e97ce6.
2021-06-23 08:17:27 -07:00

18 lines
450 B
Dart

// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:macrobenchmarks/common.dart';
import 'util.dart';
void main() {
macroPerfTest(
'cull_opacity_perf',
kCullOpacityRouteName,
pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 10),
timeout: const Duration(minutes: 2),
);
}