mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Bump test timeout threshold (#13661)
This commit is contained in:
parent
e9ba0dd4ba
commit
d2d86e35c5
@ -438,4 +438,4 @@ class LoggingProcessManager extends LocalProcessManager {
|
||||
mode: mode,
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -103,4 +103,4 @@ const Timeout allowForRemotePubInvocation = const Timeout.factor(10.0);
|
||||
|
||||
/// Test case timeout for tests involving creating a Flutter project with
|
||||
/// `--no-pub`. Use [allowForRemotePubInvocation] when creation involves `pub`.
|
||||
const Timeout allowForCreateFlutterProject = const Timeout.factor(2.0);
|
||||
const Timeout allowForCreateFlutterProject = const Timeout.factor(3.0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user