Skip to content

Commit caed520

Browse files
committed
sleep longer for mac os
1 parent b4d39df commit caed520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/watch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ success "Watcher Started"
2121

2222
echo 'Js.log("added-by-test")' >> ./packages/main/src/Main.res
2323

24-
sleep 1
24+
sleep 2
2525

2626
if node ./packages/main/src/Main.mjs | grep 'added-by-test' &> /dev/null;
2727
then

0 commit comments

Comments
 (0)