From 7d0da8b578442b6cbd4c778131bded289aa2c289 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 26 Sep 2021 17:38:51 +0200 Subject: [PATCH] Added retries --- integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_test.go b/integration_test.go index 1f4a9b33..9f50c7ed 100644 --- a/integration_test.go +++ b/integration_test.go @@ -567,6 +567,8 @@ func (s *IntegrationTestSuite) TestTailDrop() { assert.True(t, ok) command := []string{ "curl", + "--retry", + "10", "-X", "PUT", "--upload-file",