Skip to content

Commit

Permalink
Increase timeout to fix mac bot (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Aug 18, 2022
1 parent 047c85e commit 2f68b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_with_coverage_test.dart
Expand Up @@ -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';

Expand Down

0 comments on commit 2f68b39

Please sign in to comment.