Skip to content

Commit 6e70a70

Browse files
committed
wip
1 parent 3f25878 commit 6e70a70

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ disk-sdcard.img.gz: debos-recipes/qualcomm-linux-debian-image.yaml rootfs.tar.gz
2424
$(DEBOS) -t imagetype:sdcard $<
2525

2626
test: disk-ufs.img
27-
py.test-3
27+
# rootfs/ is a build artifact, so should not be scanned for tests
28+
py.test-3 --ignore=rootfs
2829

2930
.PHONY: all test

ci/qemu_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_password_reset_required(vm):
6767
# https://github.com/qualcomm-linux/qcom-deb-images/issues/69
6868

6969
# This takes a minute or two on a ThinkPad T14s Gen 6 Snapdragon
70-
vm.expect_exact("debian login:", timeout=240)
70+
vm.expect_exact("debian login:", timeout=600)
7171

7272
vm.send("debian\r\n")
7373
vm.expect_exact("Password:")

0 commit comments

Comments
 (0)