From 53292e7e44f71040edb0779563aad8e1c6ef38c1 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Wed, 26 May 2021 14:00:26 -0700 Subject: [PATCH] moar timeouts --- test/mustachio/aot_compiler_builder_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mustachio/aot_compiler_builder_test.dart b/test/mustachio/aot_compiler_builder_test.dart index bc55942dc1..191d9b482d 100644 --- a/test/mustachio/aot_compiler_builder_test.dart +++ b/test/mustachio/aot_compiler_builder_test.dart @@ -2,7 +2,7 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Timeout.factor(2) +@Timeout.factor(4) import 'dart:convert'; import 'package:analyzer/dart/element/element.dart'; import 'package:build/build.dart';