mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
Added retries
This commit is contained in:
parent
eb87fc9215
commit
7d0da8b578
@ -567,6 +567,8 @@ func (s *IntegrationTestSuite) TestTailDrop() {
|
||||
assert.True(t, ok)
|
||||
command := []string{
|
||||
"curl",
|
||||
"--retry",
|
||||
"10",
|
||||
"-X",
|
||||
"PUT",
|
||||
"--upload-file",
|
||||
|
Loading…
Reference in New Issue
Block a user