Skip to content

Commit c1c11a9

Browse files
revert httpClient.py changes
1 parent 94bf0c0 commit c1c11a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App/src/api/httpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class HttpClient {
2020
private responseInterceptors: ResponseInterceptor[] = [];
2121
private timeout: number;
2222

23-
constructor(baseUrl = '', timeout = 180000) {
23+
constructor(baseUrl = '', timeout = 30000) {
2424
this.baseUrl = baseUrl;
2525
this.timeout = timeout;
2626
}

0 commit comments

Comments
 (0)