test(bazel): fix flakey bazel integration e2e test (#24522)

PR Close #24522
This commit is contained in:
Greg Magolan 2018-06-14 11:14:21 -07:00 committed by Miško Hevery
parent 5aa12c73ae
commit 7c8159b3e2
1 changed files with 2 additions and 0 deletions

View File

@ -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('');