Skip to content

Commit

Permalink
Restore timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Nov 18, 2023
1 parent 1fbb959 commit 5a426e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function setup(relFixtureDirSrc: string) {
expectedResult = files[2];

proc.stdout!.push(`[TEST] Writing ${files[0]} to ${files[1]}${os.EOL}`);
copySrcFileSync(files[0], files[1]);
setTimeout(() => copySrcFileSync(files[0], files[1]), 300);
} else {
proc.cancel();
}
Expand Down

0 comments on commit 5a426e0

Please sign in to comment.