Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Update deps & added benchmark to CI#66

Merged
alexeagle merged 5 commits intoangular:masterfrom
gregmagolan:benchmark-and-deps
Jan 26, 2018
Merged

Update deps & added benchmark to CI#66
alexeagle merged 5 commits intoangular:masterfrom
gregmagolan:benchmark-and-deps

Conversation

@gregmagolan
Copy link
Contributor

Added @bazel/benchmark-runner and CI benchmark run. Updated to angular 5.2.2 and latest rules_nodejs and rules_typescript.


describe('angular example application', () => {
beforeAll(function(done) {
setTimeout(done, 20000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there has to be a better answer.

we have

  getPageTimeout: 60 * 1000,
  allScriptsTimeout: 60 * 1000,

in protractor.conf.js, but I guess this is not enough. Do we need some help from @vikerman ?

…ow. Wait for server to start before running protractor.
@gregmagolan
Copy link
Contributor Author

Fixed the xvfb e2e test. Waiting on the http server to start before running protractor.

@alexeagle alexeagle merged commit 0f083b4 into angular:master Jan 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants