Skip to content

Commit 0b276e3

Browse files
committed
Drop timeout a bit
Signed-off-by: Kevin Fox <[email protected]>
1 parent f5c7007 commit 0b276e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/shared-steps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ runs:
198198
echo CONFIG_USB_XHCI_DWC3=y >> configs/rpi_5_defconfig && \
199199
echo CONFIG_USB_DWC3=y >> configs/rpi_5_defconfig && \
200200
echo CONFIG_USB_DWC3_GENERIC=y >> configs/rpi_5_defconfig && \
201-
echo CONFIG_BOOTDELAY=3 >> configs/rpi_5_defconfig && \
201+
echo CONFIG_BOOTDELAY=1 >> configs/rpi_5_defconfig && \
202202
echo CONFIG_AUTOBOOT_KEYED=y >> configs/rpi_5_defconfig && \
203203
echo 'CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"' >> configs/rpi_5_defconfig && \
204204
echo 'CONFIG_AUTOBOOT_DELAY_STR="d"' >> configs/rpi_5_defconfig && \

0 commit comments

Comments
 (0)