run watch cases with more timeout

this makes CI stable
This commit is contained in:
Tobias Koppers 2017-02-28 13:50:08 +01:00
parent a44c9d5c01
commit 0db9d8f107
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ describe("WatchTestCases", () => {
run = runs[runIdx];
setTimeout(() => {
copyDiff(path.join(testDirectory, run.name), tempDirectory);
}, 50);
}, 1500);
} else {
watching.close();
process.nextTick(done);