test(bazel): fix flakey bazel integration e2e test (#24522)
PR Close #24522
This commit is contained in:
parent
5aa12c73ae
commit
7c8159b3e2
|
@ -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('');
|
||||
|
|
Loading…
Reference in New Issue