[Explore|Trunk]

setting time out to 3s


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60975 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2021-04-28 15:32:41 +00:00
parent 1198ff93fe
commit 438f854908
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import {ErrorInterceptorService} from "./openaireLibrary/error-interceptor.servi
multi: true
},
[{provide: HTTP_INTERCEPTORS, useClass: TimeoutInterceptor, multi: true}],
[{provide: DEFAULT_TIMEOUT, useValue: 30000}]
[{provide: DEFAULT_TIMEOUT, useValue: 3000}]
],
bootstrap: [AppComponent]
})