very_good_cli
very_good_cli copied to clipboard
fix: Running tests locally may timeout
Description
Just after cloning the repository, running flutter_cli_test via flutter pub run test test/src/cli/flutter_cli_test.dart may make the test timeout fail if the user doesnt answer to the git prompt.
We should either add a timeout to the command (if possible) or advise for this on contributing.md