chore(tests): lengthen timeout for templateUrl test

This was flaking on Travis occasionally because the TestComponentBuilder
is actually doing an XHR, and it was slow on the Edge browser.

Closes #7293
This commit is contained in:
Julie Ralph 2016-02-25 14:27:32 -08:00
parent 391a9edabb
commit d900f5c075
1 changed files with 1 additions and 1 deletions

View File

@ -478,6 +478,6 @@ export function main() {
expect(componentFixture.debugElement.nativeElement)
.toHaveText('from external template\n');
});
}));
}), 10000); // Long timeout here because this test makes an actual XHR, and is slow on Edge.
});
}