Skip to content

Commit eeac64c

Browse files
committed
fix ci
1 parent 268d28c commit eeac64c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/flutter_build/test/build_web_test.dart

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ Future<void> main() async {
3838
path: path, buildOptions: FlutterWebAppBuildOptions(wasm: true)));
3939
await builder.buildOnly();
4040
});
41-
}, skip: !isFlutterSupportedSync);
41+
},
42+
skip: !isFlutterSupportedSync,
43+
timeout: const Timeout(Duration(minutes: 5)));
4244
}

packages/repo_support/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dev_dependencies:
1717
pub_semver: ">=2.1.4"
1818
process_run: ">=1.2.1+1"
1919
test: ">=1.24.0"
20-
dev_build: ">=1.1.0+2"
20+
dev_build: ">=1.1.2"
2121
lints: ">=5.0.0"

0 commit comments

Comments
 (0)