]> arthur.barton.de Git - bup.git/blobdiff - wvtest
ls: add --commit-hash and drop vfs nominal_oid
[bup.git] / wvtest
diff --git a/wvtest b/wvtest
index 6d8445a8ff302afcafbe2de082372f34491c500f..2b1633b113cbffc60e9d7d3fc7e2a335e0997f35 100755 (executable)
--- a/wvtest
+++ b/wvtest
@@ -131,7 +131,7 @@ sub run
 
         if (/^\s*Testing "(.*)" in (.*):\s*$/)
         {
-            alarm(120);
+            alarm(300);
             my ($sect, $file) = ($1, $2);
 
             endsect();
@@ -142,7 +142,7 @@ sub run
         }
         elsif (/^!\s*(.*?)\s+(\S+)\s*$/)
         {
-            alarm(120);
+            alarm(300);
 
             my ($name, $result) = ($1, $2);
             my $pass = ($result eq "ok");