mirror of https://github.com/webpack/webpack.git
parent
a44c9d5c01
commit
0db9d8f107
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue