Skip to content
GitLab
Menu
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
mirror
flutter
Commits
12bea61c
Unverified
Commit
12bea61c
authored
4 years ago
by
Sam Rawlins
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Mark unusuallyLongTimeout as internal (#68038)
parent
e8343c0e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/flutter_driver/lib/src/driver/driver.dart
+1
-1
packages/flutter_driver/lib/src/driver/driver.dart
with
1 addition
and
1 deletion
+1
-1
packages/flutter_driver/lib/src/driver/driver.dart
+
1
-
1
View file @
12bea61c
...
...
@@ -67,7 +67,7 @@ enum TimelineStream {
/// How long to wait before showing a message saying that
/// things seem to be taking a long time.
@
visibleForTesting
@
internal
const
Duration
kUnusuallyLongTimeout
=
Duration
(
seconds:
5
);
/// A convenient accessor to frequently used finders.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets