mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/golang] Increase timeout for go build test (#83192)
Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
905a83e4fe
commit
c59714c625
@@ -12,6 +12,7 @@ command:
|
||||
echo 'package main; import "fmt"; func main() { fmt.Println("Hello VIB") }' > {{ $filename }}.go && \
|
||||
go build {{ $filename }}.go && \
|
||||
./{{ $filename }}
|
||||
timeout: 30000
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- "Hello VIB"
|
||||
|
||||
Reference in New Issue
Block a user