File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
493493run_ux900fd_sd_qemu :
494494 stage : run
495- allow_failure : true
496495 dependencies :
497496 - build_ux900fd_sd
498497 parallel :
You can’t perform that action at this time.
0 commit comments