[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

antti at apple.com antti at apple.com
Fri Jan 21 14:37:23 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 11603ee5a6a4bed431cc6b8c1bebe90e014d1121
Author: antti at apple.com <antti at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 09:54:13 2010 +0000

    Not reviewed.
    
    Another attempt.
    
    * http/tests/local/slow-css-pass.cgi:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74545 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 73468df..473d857 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,14 @@
 
         Not reviewed.
 
+        Another attempt.
+
+        * http/tests/local/slow-css-pass.cgi:
+
+2010-12-23  Antti Koivisto  <antti at apple.com>
+
+        Not reviewed.
+
         Flaky Test: http/tests/local/stylesheet-and-script-load-order-media-print.html
         
         Try to fix flakiness.
diff --git a/LayoutTests/http/tests/local/slow-css-pass.cgi b/LayoutTests/http/tests/local/slow-css-pass.cgi
index 4c764da..5444a06 100755
--- a/LayoutTests/http/tests/local/slow-css-pass.cgi
+++ b/LayoutTests/http/tests/local/slow-css-pass.cgi
@@ -2,7 +2,7 @@
 
 print "Content-type: text/css\n"; 
 print "Cache-control: no-store\n\n";
-sleep(0.7);
+sleep(1);
 print "#pass { display: inline }\n";
 print "#fail { display: none }\n";
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list