Skip to content

Commit 873cf51

Browse files
authored
[Android] Increase timeout duration for spell check integration test (#117989)
* Add timeout * Add library directive * Add comment, remove testing only changes
1 parent 341ae18 commit 873cf51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/integration_tests/spell_check/integration_test/integration_test.dart

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// TODO(camsim99): Revert this timeout change after effects are investigated.
6+
@Timeout(Duration(seconds: 60))
7+
library;
8+
59
import 'package:flutter/material.dart';
610
import 'package:flutter/rendering.dart';
711
import 'package:flutter/services.dart';

0 commit comments

Comments
 (0)