File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var PromiseWorker = require('../');
12
12
13
13
describe ( 'host -> worker' , function ( ) {
14
14
15
- this . timeout ( 60000 ) ;
15
+ this . timeout ( 120000 ) ;
16
16
17
17
it ( 'sends a message back and forth' , function ( ) {
18
18
var worker = new Worker ( path + 'worker-pong.js' ) ;
@@ -200,7 +200,7 @@ describe('host -> worker', function () {
200
200
201
201
describe ( 'worker -> host' , function ( ) {
202
202
203
- this . timeout ( 60000 ) ;
203
+ this . timeout ( 120000 ) ;
204
204
205
205
it ( 'sends a message from worker to host' , function ( done ) {
206
206
var worker = new Worker ( path + 'worker-host-ping.js' ) ;
@@ -434,7 +434,7 @@ describe('worker -> host', function () {
434
434
435
435
describe ( 'bidirectional communication' , function ( ) {
436
436
437
- this . timeout ( 60000 ) ;
437
+ this . timeout ( 120000 ) ;
438
438
439
439
it ( 'echoes a message' , function ( done ) {
440
440
var worker = new Worker ( path + 'worker-bidirectional-echo.js' ) ;
You can’t perform that action at this time.
0 commit comments