Skip to content

Commit 899841a

Browse files
committed
Add timeout to kernel install.
1 parent c8037f2 commit 899841a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ install-kernel:
156156
MONITOR_PID=$$!; \
157157
echo "Monitor running with PID $$MONITOR_PID"; \
158158
fi; \
159-
bin/container --debug system start --timeout 60 --enable-kernel-install $(SYSTEM_START_OPTS)
159+
timeout 60 bin/container --debug system start --timeout 60 --enable-kernel-install $(SYSTEM_START_OPTS)
160160

161161
.PHONY: coverage
162162
coverage: init-block

0 commit comments

Comments
 (0)