Skip to content

Commit

Permalink
Added retries
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Sep 26, 2021
1 parent eb87fc9 commit 7d0da8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ func (s *IntegrationTestSuite) TestTailDrop() {
assert.True(t, ok)
command := []string{
"curl",
"--retry",
"10",
"-X",
"PUT",
"--upload-file",
Expand Down

0 comments on commit 7d0da8b

Please sign in to comment.