test(bazel): fix flakey bazel integration e2e test (#24522)
PR Close #24522
This commit is contained in:
parent
e543c734ab
commit
ffedbde0b3
@ -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…
x
Reference in New Issue
Block a user