mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 04:47:36 +00:00
Added retries
This commit is contained in:
@@ -567,6 +567,8 @@ func (s *IntegrationTestSuite) TestTailDrop() {
|
||||
assert.True(t, ok)
|
||||
command := []string{
|
||||
"curl",
|
||||
"--retry",
|
||||
"10",
|
||||
"-X",
|
||||
"PUT",
|
||||
"--upload-file",
|
||||
|
Reference in New Issue
Block a user