mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Patches are required for tsec and rules_webtesting. The fix for
rules_webtesting was merged to that repo
(581b1557e3)
but it's unclear when a release will be cut.
PR Close #46313
12 lines
354 B
TypeScript
12 lines
354 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
// Increase the timeout for specs as Saucelabs devices can be slow.
|
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
|
|
|
|
import '../testing/init_browser_tests';
|