more time for the watch tests

instrumention could take a bit
This commit is contained in:
Tobias Koppers 2017-10-19 18:06:36 +02:00
parent 9ffd97c3c1
commit b3f3edaa15
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ describe("BinTestCases", function() {
const stderr = convertToArrayOfLines(env.stderr);
testAssertions(stdout, stderr, done);
child.kill();
}, 3000); // wait a little to get an output
}, 8000); // wait a little to get an output
});
});
} else {