From 438f854908ffc1ad489e39015d8e3dddac519016 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Wed, 28 Apr 2021 15:32:41 +0000 Subject: [PATCH] [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 --- explore/src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/src/app/app.module.ts b/explore/src/app/app.module.ts index 4ea66889..f7970891 100755 --- a/explore/src/app/app.module.ts +++ b/explore/src/app/app.module.ts @@ -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] })