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:
parent
391a9edabb
commit
d900f5c075
@ -478,6 +478,6 @@ export function main() {
|
|||||||
expect(componentFixture.debugElement.nativeElement)
|
expect(componentFixture.debugElement.nativeElement)
|
||||||
.toHaveText('from external template\n');
|
.toHaveText('from external template\n');
|
||||||
});
|
});
|
||||||
}));
|
}), 10000); // Long timeout here because this test makes an actual XHR, and is slow on Edge.
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user