diff --git a/e2e/src/app.po.ts b/e2e/src/app.po.ts index 09a7990a77..0d1daf1e06 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, 10000); + return browser.wait(notLoading, 60000); } }