actually used the timeout specified in TIMEOUT env
All checks were successful
docker / docker (push) Successful in 27m40s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-18 15:55:16 +03:00
parent 843f23f518
commit 3ec785ac1a
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -166,6 +166,7 @@ func ReqSetup() {
} else if to <= 0 {
fmt.Println("invalid timeout, timeout should be greater than zero")
} else {
fs_timeout = to
return
}