Skip to content

Commit befdbff

Browse files
committed
Remove errant use of --period with --one-time
1 parent 1a5daea commit befdbff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test_e2e.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ function e2e::stale_worktree_timeout_restart() {
763763
git -C "$REPO" commit -qam "$FUNCNAME"
764764
WT1=$(git -C "$REPO" rev-list -n1 HEAD)
765765
GIT_SYNC \
766-
--period=100ms \
767766
--repo="file://$REPO" \
768767
--root="$ROOT" \
769768
--link="link" \
@@ -782,7 +781,6 @@ function e2e::stale_worktree_timeout_restart() {
782781

783782
# restart git-sync
784783
GIT_SYNC \
785-
--period=100ms \
786784
--repo="file://$REPO" \
787785
--root="$ROOT" \
788786
--link="link" \
@@ -806,7 +804,6 @@ function e2e::stale_worktree_timeout_restart() {
806804

807805
# restart git-sync
808806
GIT_SYNC \
809-
--period=100ms \
810807
--repo="file://$REPO" \
811808
--root="$ROOT" \
812809
--link="link" \
@@ -832,7 +829,6 @@ function e2e::stale_worktree_timeout_restart() {
832829
# wait for WT1 to go stale and restart git-sync
833830
sleep 8
834831
GIT_SYNC \
835-
--period=100ms \
836832
--repo="file://$REPO" \
837833
--root="$ROOT" \
838834
--link="link" \
@@ -858,7 +854,6 @@ function e2e::stale_worktree_timeout_restart() {
858854
# wait for WT2 to go stale and restart git-sync
859855
sleep 4
860856
GIT_SYNC \
861-
--period=100ms \
862857
--repo="file://$REPO" \
863858
--root="$ROOT" \
864859
--link="link" \

0 commit comments

Comments
 (0)