Skip to content

Commit

Permalink
chore: increase sshserver health timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
atzoum committed Sep 23, 2024
1 parent c0e07dd commit c2184ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testhelper/docker/resource/sshserver/sshserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func Setup(pool *dockertest.Pool, cln resource.Cleaner, opts ...Option) (*Resour

var (
buf *bytes.Buffer
timeout = time.After(30 * time.Second)
timeout = time.After(60 * time.Second)
ticker = time.NewTicker(200 * time.Millisecond)
)
loop:
Expand Down

0 comments on commit c2184ef

Please sign in to comment.