diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-03-07 21:21:45 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-04-30 12:42:09 +0200 |
commit | b43669a4b1b0f06732b47f65ac4096176a706dc0 (patch) | |
tree | cb94c1fd1a2d78cb2f39e09f5d1ff1dc0ecf1953 /test/TEST-17-UDEV | |
parent | test: generate debugging logs for udev tests (diff) | |
download | systemd-b43669a4b1b0f06732b47f65ac4096176a706dc0.tar.xz systemd-b43669a4b1b0f06732b47f65ac4096176a706dc0.zip |
test: add a simple test for udev watch
Diffstat (limited to 'test/TEST-17-UDEV')
-rwxr-xr-x | test/TEST-17-UDEV/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-17-UDEV/test.sh b/test/TEST-17-UDEV/test.sh index 43119d4c10..446f4a83db 100755 --- a/test/TEST-17-UDEV/test.sh +++ b/test/TEST-17-UDEV/test.sh @@ -8,7 +8,7 @@ TEST_NO_NSPAWN=1 # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" -QEMU_TIMEOUT=500 +QEMU_TIMEOUT=800 test_append_files() { ( |