Skip to content

Commit

Permalink
explicit timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Dec 26, 2024
1 parent 5916035 commit a87ec65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ensure_build_test.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@Timeout(Duration(minutes: 2))
@Tags(['version-verify'])
library;

import 'package:build_verify/build_verify.dart';
import 'package:test/test.dart';

void main() {
test('ensure_build', expectBuildClean);
test('ensure_build', expectBuildClean,
timeout: Timeout(Duration(minutes: 2)));
}

0 comments on commit a87ec65

Please sign in to comment.