We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a89081 commit 3bd1448Copy full SHA for 3bd1448
dwds/test/instances/common/patterns_inspection_common.dart
@@ -83,6 +83,7 @@ void runTests({
83
tearDown(() => service.resume(isolateId));
84
85
test('pattern match case 1', () async {
86
+ await Future.delayed(Duration(minutes: 20));
87
await onBreakPoint('testPatternCase1', (event) async {
88
final frame = event.topFrame!;
89
0 commit comments