Skip to content

Commit

Permalink
try bumping timeout, seeing some timeouts on appveyor in the following
Browse files Browse the repository at this point in the history
tests "includes class transform when targets require plugin: "
  • Loading branch information
stefanpenner committed May 25, 2018
1 parent ef4e171 commit f852120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node-tests/addon-test.js
Expand Up @@ -17,6 +17,7 @@ const terminateWorkerPool = require('./utils/terminate-workers');
let Addon = CoreObject.extend(AddonMixin);

describe('ember-cli-babel', function() {

const ORIGINAL_EMBER_ENV = process.env.EMBER_ENV;

beforeEach(function() {
Expand Down Expand Up @@ -820,6 +821,8 @@ describe('ember-cli-babel', function() {
});

describe('_getPresetEnvPlugins', function() {
this.timeout(5000);

function includesPlugin(haystack, needleName) {
let presetEnvBaseDir = path.dirname(require.resolve('babel-preset-env'));
let pluginPath = resolve.sync(needleName, { basedir: presetEnvBaseDir });
Expand Down

0 comments on commit f852120

Please sign in to comment.