fix(test): adds longer timers for NgZone and PromisePipe tests (IE11)

Closes #2055
This commit is contained in:
Marc Laval
2015-05-21 11:54:31 +02:00
parent 665ccafd73
commit 661a04798e
7 changed files with 41 additions and 23 deletions

View File

@ -114,4 +114,5 @@ export class DomAdapter {
getHistory() { throw _abstract(); }
getLocation() { throw _abstract(); }
getBaseHref() { throw _abstract(); }
getUserAgent() { throw _abstract(); }
}