very_good_cli icon indicating copy to clipboard operation
very_good_cli copied to clipboard

fix: Running tests locally may timeout

Open renancaraujo opened this issue 3 years ago • 0 comments

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

renancaraujo avatar May 10 '22 13:05 renancaraujo