Skip to content

Commit 55f8c86

Browse files
committed
Upstream.
1 parent 596e600 commit 55f8c86

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/zCustom.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ on:
5353
- latest
5454
- internal
5555
- base
56+
customTimeout:
57+
required: false
58+
default: '45'
59+
type: choice
60+
options:
61+
- '45'
62+
- '300'
5663
DISABLE_ROOTFS:
5764
type: boolean
5865
default: true
@@ -738,6 +745,7 @@ jobs:
738745
shell: bash
739746
run: |
740747
./ubiquitous_bash.sh _custom || true
748+
timeout-minutes: ${{ github.event.inputs.customTimeout }}
741749

742750

743751
- name: _custom-bundle

_lib/ubDistBuild

0 commit comments

Comments
 (0)