From ffedbde0b39ab3c2ecf7cda25c59121d0865413b Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 14 Jun 2018 11:14:21 -0700 Subject: [PATCH] test(bazel): fix flakey bazel integration e2e test (#24522) PR Close #24522 --- integration/bazel/test/e2e/app.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/bazel/test/e2e/app.spec.ts b/integration/bazel/test/e2e/app.spec.ts index 79f46226d5..69e93ccd8d 100644 --- a/integration/bazel/test/e2e/app.spec.ts +++ b/integration/bazel/test/e2e/app.spec.ts @@ -1,5 +1,7 @@ import {browser, by, element, ExpectedConditions} from 'protractor'; +jasmine.DEFAULT_TIMEOUT_INTERVAL = 120000; + describe('angular example application', () => { it('should display: Hello World!', (done) => { browser.get('');