From c35b3160f6e0c07cfbaa3a09baed6ebde48c8417 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 16 Mar 2015 22:37:45 +0100 Subject: [PATCH] relax timings of t/200-urgency-timer.t to reduce flakiness --- testcases/t/200-urgency-timer.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testcases/t/200-urgency-timer.t b/testcases/t/200-urgency-timer.t index 0fb8c8be..b6ebc876 100644 --- a/testcases/t/200-urgency-timer.t +++ b/testcases/t/200-urgency-timer.t @@ -31,7 +31,7 @@ my $config = <{urgent} } @content; is(@urgent, 0, 'window not marked as urgent anymore'); @@ -142,7 +142,7 @@ cmd "workspace $tmp3"; $split_left->delete_hint('urgency'); sync_with_i3; -sleep(0.2); +sleep(0.6); is(count_total_urgent(get_ws($tmp3)), 0, "no more urgent windows on workspace $tmp3"); exit_gracefully($pid); -- 2.39.5