Bump test timeout threshold (#13661)

This commit is contained in:
Mikkel Nygaard Ravn 2017-12-18 23:04:07 +01:00 committed by GitHub
parent e9ba0dd4ba
commit d2d86e35c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -438,4 +438,4 @@ class LoggingProcessManager extends LocalProcessManager {
mode: mode,
);
}
}
}

View File

@ -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);