mirror of
https://github.com/luxfi/magnetar.git
synced 2026-07-27 02:53:47 +00:00
ci(magnetar): widen go-tests timeout 240s → 600s for slh-dsa headroom
scripts/checks/go-tests.sh runs the full ref/go/pkg/magnetar/... suite which clocks ~240s on a clean re-run, with the 240s cap making the gate non-deterministic. Widen to 600s to match the pulsar/corona convention.
This commit is contained in:
@@ -13,7 +13,7 @@ cd "$REPO_ROOT"
|
||||
export GOWORK=off
|
||||
|
||||
echo "==> Magnetar Go test gate (short mode, no race)"
|
||||
if ! go test -count=1 -short -timeout 240s ./ref/go/pkg/magnetar/; then
|
||||
if ! go test -count=1 -short -timeout 600s ./ref/go/pkg/magnetar/; then
|
||||
echo " [FAIL] go test"
|
||||
exit 2
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user