Skip to content

Commit

Permalink
give ci more tollerance for timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Sep 10, 2023
1 parent 1f3c490 commit 9c87f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/dockertestutil/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9c87f8e

Please sign in to comment.