diff --git a/e2e/src/app.po.ts b/e2e/src/app.po.ts index 0d1daf1e06..8b43279d0f 100644 --- a/e2e/src/app.po.ts +++ b/e2e/src/app.po.ts @@ -18,6 +18,6 @@ export class ProtractorPage { const loading = element(by.css('.loader')) const EC = protractor.ExpectedConditions; const notLoading = EC.not(EC.presenceOf(loading)); - return browser.wait(notLoading, 60000); + return browser.wait(notLoading, 180000); } }