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 34a7a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/core/workers/test/mocha.opts
@@ -1,2 +1,3 @@
--require @parcel/babel-register
--exit
--exit
--timeout 20s
2 changes: 1 addition & 1 deletion packages/core/workers/test/workerfarm.js
@@ -1,7 +1,7 @@
const assert = require('assert');
const WorkerFarm = require('../index');

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

0 comments on commit 34a7a21

Please sign in to comment.