mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Added retries
This commit is contained in:
parent
eb87fc9215
commit
7d0da8b578
1 changed files with 2 additions and 0 deletions
|
@ -567,6 +567,8 @@ func (s *IntegrationTestSuite) TestTailDrop() {
|
|||
assert.True(t, ok)
|
||||
command := []string{
|
||||
"curl",
|
||||
"--retry",
|
||||
"10",
|
||||
"-X",
|
||||
"PUT",
|
||||
"--upload-file",
|
||||
|
|
Loading…
Reference in a new issue