actually used the timeout specified in TIMEOUT env
All checks were successful
docker / docker (push) Successful in 27m40s
All checks were successful
docker / docker (push) Successful in 27m40s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
843f23f518
commit
3ec785ac1a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user