Skip to content

Commit

Permalink
Rewrite streaming provider validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Jan 3, 2018
1 parent 6defdd6 commit 4ab4db0
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 287 deletions.
2 changes: 1 addition & 1 deletion src/app/services/StreamingService/provider/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default async function( execObj, providerConfData ) {
setTimeout( () => reject( new Error( "Timeout" ) ), validationTimeout );
})
.finally( () => {
if ( child ) {
if ( !child.killed ) {
child.kill( "SIGKILL" );
child = null;
}
Expand Down
Loading

0 comments on commit 4ab4db0

Please sign in to comment.