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 f54f5f3 commit 30d52ceCopy full SHA for 30d52ce
dev/integration_tests/spell_check/integration_test/integration_test.dart
@@ -2,6 +2,10 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
+// TODO(camsim99): Revert this timeout change after effects are investigated.
6
+@Timeout(Duration(seconds: 60))
7
+library;
8
+
9
import 'package:flutter/material.dart';
10
import 'package:flutter/rendering.dart';
11
import 'package:flutter/services.dart';
0 commit comments