We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268d28c commit eeac64cCopy full SHA for eeac64c
packages/flutter_build/test/build_web_test.dart
@@ -38,5 +38,7 @@ Future<void> main() async {
38
path: path, buildOptions: FlutterWebAppBuildOptions(wasm: true)));
39
await builder.buildOnly();
40
});
41
- }, skip: !isFlutterSupportedSync);
+ },
42
+ skip: !isFlutterSupportedSync,
43
+ timeout: const Timeout(Duration(minutes: 5)));
44
}
packages/repo_support/pubspec.yaml
@@ -17,5 +17,5 @@ dev_dependencies:
17
pub_semver: ">=2.1.4"
18
process_run: ">=1.2.1+1"
19
test: ">=1.24.0"
20
- dev_build: ">=1.1.0+2"
+ dev_build: ">=1.1.2"
21
lints: ">=5.0.0"
0 commit comments