[bitnami/golang] Increase timeout for go build test (#83192)

Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com>
This commit is contained in:
Gonzalo Gómez Gracia
2025-07-11 14:25:04 +02:00
committed by GitHub
parent 905a83e4fe
commit c59714c625

View File

@@ -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"