Skip to content

Commit 4b87f40

Browse files
committed
ci: gitlab qemu timeout 3m changed to 8m
Signed-off-by: Huaqi Fang <[email protected]>
1 parent 3ba2055 commit 4b87f40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ cache:
172172
# $(cat run_qemu.sh) is workaround for directly run bash run_qemu.sh
173173
# If do kill it will just kill bash process, the qemu process is not killed
174174
# SIGTERM is better for kill qemu
175-
timeout --foreground -s SIGTERM 3m $(cat run_qemu.sh) > >(tee run_qemu.log) || {
175+
timeout --foreground -s SIGTERM 8m $(cat run_qemu.sh) > >(tee run_qemu.log) || {
176176
if cat run_qemu.log | grep "Run /init" ; then echo "Kernel boot successfully" ; else echo "Kernel boot failed" && exit 1; fi;
177177
if cat run_qemu.log | grep "Welcome to" ; then echo "Pass simulation" && exit 0; else echo "Failed init process" && exit 1; fi;
178178
}
@@ -492,7 +492,6 @@ run_ux900fd_flash_qemu:
492492
## Job for run qemu
493493
run_ux900fd_sd_qemu:
494494
stage: run
495-
allow_failure: true
496495
dependencies:
497496
- build_ux900fd_sd
498497
parallel:

0 commit comments

Comments
 (0)