Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: ublk: increase timeout to 150 seconds

More tests need to be covered in existing generic tests, and default
45sec isn't enough, and timeout is often triggered, increase timeout
by adding setting file.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Ming Lei and committed by
Jens Axboe
4968fb7c cb5a6b30

+3
+2
tools/testing/selftests/ublk/Makefile
··· 52 52 TEST_PROGS += test_stress_06.sh 53 53 TEST_PROGS += test_stress_07.sh 54 54 55 + TEST_FILES := settings 56 + 55 57 TEST_GEN_PROGS_EXTENDED = kublk metadata_size 56 58 STANDALONE_UTILS := metadata_size.c 57 59
+1
tools/testing/selftests/ublk/settings
··· 1 + timeout=150