From 366f15b441abb2c3c3b244188edaa86e10712dcd Mon Sep 17 00:00:00 2001 From: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:49:57 +0100 Subject: [PATCH] Tests: Make test less flaky This increases the animation length on this test as it has been failing for me locally. --- .../css-keyframe-invalid-transform-should-not-render.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html b/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html index e41f686c0e8..9f24361d1f0 100644 --- a/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html +++ b/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html @@ -5,7 +5,7 @@ width: 100px; height: 100px; background-color: blue; - animation: anim 1s; + animation: anim 100s; } @keyframes anim { from { @@ -18,5 +18,5 @@