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 {
|
} else if to <= 0 {
|
||||||
fmt.Println("invalid timeout, timeout should be greater than zero")
|
fmt.Println("invalid timeout, timeout should be greater than zero")
|
||||||
} else {
|
} else {
|
||||||
|
fs_timeout = to
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user