Wie Timeout angle2 http Anfrage

Hier sieht nur die reguläre Anfrage so aus:

 this.people = http.get('http://localhost:3000/users')
      .map(response => response.json());
  }

Gibt es eine Möglichkeit, das zu deaktivieren?