Skip to content

Commit deedb59

Browse files
committed
ci: bound native integration suites within the platform job budget
Signed-off-by: rldyourmnd <danil@nddev.it.com>
1 parent 12af4fd commit deedb59

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎.github/workflows/platforms.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,7 @@ jobs:
6767
- name: go build
6868
run: go build -trimpath ./core/cmd/gds
6969
- name: go test
70-
run: go test ./...
70+
# The integration package can exceed Go's default 10m aggregate
71+
# budget on Intel runners. Per-operation deadlines remain intact;
72+
# the suite and the enclosing job both keep explicit upper bounds.
73+
run: go test -timeout=15m ./...

0 commit comments

Comments
 (0)