Unverified Commit d2d86e35 authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Bump test timeout threshold (#13661)

parent e9ba0dd4
...@@ -438,4 +438,4 @@ class LoggingProcessManager extends LocalProcessManager { ...@@ -438,4 +438,4 @@ class LoggingProcessManager extends LocalProcessManager {
mode: mode, mode: mode,
); );
} }
} }
\ No newline at end of file
...@@ -103,4 +103,4 @@ const Timeout allowForRemotePubInvocation = const Timeout.factor(10.0); ...@@ -103,4 +103,4 @@ const Timeout allowForRemotePubInvocation = const Timeout.factor(10.0);
/// Test case timeout for tests involving creating a Flutter project with /// Test case timeout for tests involving creating a Flutter project with
/// `--no-pub`. Use [allowForRemotePubInvocation] when creation involves `pub`. /// `--no-pub`. Use [allowForRemotePubInvocation] when creation involves `pub`.
const Timeout allowForCreateFlutterProject = const Timeout.factor(2.0); const Timeout allowForCreateFlutterProject = const Timeout.factor(3.0);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment