Skip to content

Commit

Permalink
test(workerfarm): enable longer timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasPizsa committed Nov 6, 2018
1 parent 4a14b6a commit 91f11ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/workers/test/workerfarm.js
Expand Up @@ -2,6 +2,8 @@ const assert = require('assert');
const WorkerFarm = require('../index');

describe('WorkerFarm', () => {
this.timeout(10000);

it('Should start up workers', async () => {
let workerfarm = new WorkerFarm(
{},
Expand Down

0 comments on commit 91f11ea

Please sign in to comment.