[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:
parent
1198ff93fe
commit
438f854908
|
@ -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]
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue