Skip to content

Commit

Permalink
[Android] Increase timeout duration for spell check integration test …
Browse files Browse the repository at this point in the history
…(#117989)

* Add timeout

* Add library directive

* Add comment, remove testing only changes
  • Loading branch information
camsim99 authored Jan 5, 2023
1 parent 341ae18 commit 873cf51
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// TODO(camsim99): Revert this timeout change after effects are investigated.
@Timeout(Duration(seconds: 60))
library;

import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart';
Expand Down

0 comments on commit 873cf51

Please sign in to comment.