Skip to content

Commit 9e8e37a

Browse files
committed
increase delay time
1 parent 94cd0e9 commit 9e8e37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ describe('parameters', function() {
529529
];
530530

531531
var changes = [];
532-
watcher = watch(fpaths, { delay: 50, recursive: true }, function(evt, name) {
532+
watcher = watch(fpaths, { delay: 100, recursive: true }, function(evt, name) {
533533
changes.push(name);
534534
});
535535

@@ -543,7 +543,7 @@ describe('parameters', function() {
543543
[tree.getPath(file1), tree.getPath(file2)]
544544
);
545545
done();
546-
}, 150);
546+
}, 200);
547547
});
548548
});
549549
});

0 commit comments

Comments
 (0)