diff --git a/.travis.yml b/.travis.yml index 0aacbbb3a6..4f9b968638 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,8 +54,6 @@ matrix: - env: "MODE=browserstack_optional DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION" # TODO(alxhub): remove when dartdoc #1039 is in dev channel - env: "MODE=dart DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION" - # TODO: move back once issue #6725 is resolved. - - env: "MODE=saucelabs_required DART_CHANNEL=dev DART_VERSION=$DART_DEV_VERSION" addons: firefox: "38.0" diff --git a/modules/angular2/test/testing/testing_public_spec.ts b/modules/angular2/test/testing/testing_public_spec.ts index 120ca2705c..83eca100ad 100644 --- a/modules/angular2/test/testing/testing_public_spec.ts +++ b/modules/angular2/test/testing/testing_public_spec.ts @@ -325,7 +325,7 @@ export function main() { done(); }); restoreJasmineIt(); - }); + }, 10000); describe('using beforeEachProviders', () => { beforeEachProviders(() => [bind(FancyService).toValue(new FancyService())]);