diff --git a/.appveyor.yml b/.appveyor.yml index fa7d27362..277ba847c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -148,10 +148,10 @@ for: cd packages/flet echo "Running flet tests" flutter test || exit 1 - dart pub publish --force || exit 1 + dart pub publish --force cd $APPVEYOR_BUILD_FOLDER - sleep 120 + sleep 600 for dir in packages/flet_*; do cd "$dir"