Hi,
I'm finding that git cl upload takes over an hour. Most of that time is after the "Presubmit checks passed." part.
I found this old thread addressing the subject:
Running "git branch -v -v" as was suggested by maruel in that thread, I noticed that my branch was tracking cros/master instead of origin/master (I'm building chromeos-chrome). Is this the reason it's taking so long to upload?
Also, I found that when I created a branch to track origin/master, "git log" was about a month behind, and I could not "git pull".
Thanks,
Simon