TL;DR
Your test/spec, a single it block, spends a too damn long time to finish.
Increase the value of jasmineNodeOpts.defaultTimeoutInterval in protractor.conf.js
Or give it an additional arguments to specifically set timeout.
Failed: Error while waiting for Protractor to sync with the page: "window.angular is undefined. This could be either because this is a non-angular page or because your test involves client-side navigation, which can interfere with Protractor's bootstrapping. See http://git.io/v4gXM for details"