Skip to content

Commit b4d39df

Browse files
committed
test: sleep longer
1 parent f6bec19 commit b4d39df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rewatch/tests/lock.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ exit_watcher() {
2020

2121
rewatch_bg watch > /dev/null 2>&1 &
2222
success "Watcher Started"
23-
ps
2423

25-
sleep 1
24+
sleep 2
2625

2726
if rewatch build | grep 'Could not start Rewatch:' &> /dev/null;
2827
then
@@ -40,7 +39,7 @@ touch tmp.txt
4039
rewatch_bg watch > tmp.txt 2>&1 &
4140
success "Watcher Started"
4241

43-
sleep 1
42+
sleep 2
4443

4544
if cat tmp.txt | grep 'Could not start Rewatch:' &> /dev/null;
4645
then

0 commit comments

Comments
 (0)