From ce7e40d7ee64eba9dcbfa00389eea8c2756098b5 Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Wed, 17 Aug 2022 12:57:21 -0700 Subject: [PATCH] Increase timeout to fix mac bot --- test/test_with_coverage_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_with_coverage_test.dart b/test/test_with_coverage_test.dart index 5aab7932..ccde4016 100644 --- a/test/test_with_coverage_test.dart +++ b/test/test_with_coverage_test.dart @@ -2,6 +2,8 @@ // 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(Duration(seconds: 60)) + import 'dart:convert'; import 'dart:io';