]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fedora-test.sh: set logtee timeout to 5 minutes
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 12:12:25 +0000 (13:12 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 13:41:15 +0000 (14:41 +0100)
fedora-test.sh

index ea3d6770d732e64f7f111648891d4cd77c9ee21c..753f10e382df55f90f09b29a7d6b06bcce50732a 100755 (executable)
@@ -18,7 +18,7 @@ else
 
     cd test
 
-    time sudo LOGTEE_TIMEOUT_MS=590000 make \
+    time sudo LOGTEE_TIMEOUT_MS=300000 make \
          enable_documentation=no \
          KVERSION=$(rpm -qa kernel --qf '%{VERSION}-%{RELEASE}.%{ARCH}\n' | sort -rn | head -1) \
          DRACUT_NO_XATTR=1 \