From: Michael Stapelberg Date: Mon, 16 Mar 2015 21:37:45 +0000 (+0100) Subject: relax timings of t/200-urgency-timer.t to reduce flakiness X-Git-Tag: 4.10.1~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c35b3160f6e0c07cfbaa3a09baed6ebde48c8417;p=i3%2Fi3 relax timings of t/200-urgency-timer.t to reduce flakiness --- 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);