mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
made timeout longer for e2e
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user