mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
retry exec node tests
(diff behaviour on host)
This commit is contained in:
parent
bd4c578230
commit
c97812c340
@ -264,7 +264,7 @@ describe('exec node', function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
n1.receive({kill:"sigint"});
|
n1.receive({kill:"SIGINT"});
|
||||||
},150);
|
},150);
|
||||||
n1.receive({});
|
n1.receive({});
|
||||||
});
|
});
|
||||||
@ -555,7 +555,7 @@ describe('exec node', function() {
|
|||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
n1.receive({kill:"sigquit"});
|
n1.receive({kill:"SIGQUIT"});
|
||||||
},150);
|
},150);
|
||||||
n1.receive({});
|
n1.receive({});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user