timeout httppost angular

JavaScript
const header = new HttpHeaders({
      timeout: '600000',
    });
Source

Also in JavaScript: