tiempo de espera httppost angular

const header = new HttpHeaders({
      timeout: '600000',
    });
Faithful Fly