Skip to content

Commit 3bd1448

Browse files
committed
Add artificial delay to test changes
1 parent 9a89081 commit 3bd1448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dwds/test/instances/common/patterns_inspection_common.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void runTests({
8383
tearDown(() => service.resume(isolateId));
8484

8585
test('pattern match case 1', () async {
86+
await Future.delayed(Duration(minutes: 20));
8687
await onBreakPoint('testPatternCase1', (event) async {
8788
final frame = event.topFrame!;
8889

0 commit comments

Comments
 (0)