mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 03:27:35 +00:00
give ci more tollerance for timeouts
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Kristoffer Dalby

parent
432e975a7f
commit
2434d76ade
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/ory/dockertest/v3"
|
||||
)
|
||||
|
||||
const dockerExecuteTimeout = time.Second * 10
|
||||
const dockerExecuteTimeout = time.Second * 30
|
||||
|
||||
var (
|
||||
ErrDockertestCommandFailed = errors.New("dockertest command failed")
|
||||
|
Reference in New Issue
Block a user