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] })