mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +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)
|
assert.True(t, ok)
|
||||||
command := []string{
|
command := []string{
|
||||||
"curl",
|
"curl",
|
||||||
|
"--retry",
|
||||||
|
"10",
|
||||||
"-X",
|
"-X",
|
||||||
"PUT",
|
"PUT",
|
||||||
"--upload-file",
|
"--upload-file",
|
||||||
|
|
Loading…
Reference in a new issue