mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
chore(ci): bump timeout from 30s to 60s
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
func ptrTo[T any](v T) *T { return &v }
|
||||
|
||||
func simpleTest(ctx context.Context, env []string, logger Logger) error {
|
||||
const timeout = 30 * time.Second
|
||||
const timeout = 60 * time.Second
|
||||
ctx, cancel := context.WithTimeout(ctx, timeout)
|
||||
defer cancel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user