Skip to content

Commit

Permalink
remove a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
moogacs committed Apr 17, 2024
1 parent b2d9ba6 commit f69676c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/acceptance/replication/read_repair_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func readRepair(t *testing.T) {

t.Run("stop node 2", func(t *testing.T) {
stopNodeAt(ctx, t, compose, 2)
time.Sleep(5 * time.Second)
})

repairObj := models.Object{
Expand Down

0 comments on commit f69676c

Please sign in to comment.