From 201bda9cca58064e61c3d13cae592e4688585f94 Mon Sep 17 00:00:00 2001 From: Pedro Bernardo Date: Fri, 19 Apr 2024 17:40:30 +0200 Subject: [PATCH] round up the number of tries to 20 --- results/wpt/check-results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results/wpt/check-results.py b/results/wpt/check-results.py index fbd3789..c2cfb7c 100755 --- a/results/wpt/check-results.py +++ b/results/wpt/check-results.py @@ -11,7 +11,7 @@ import argparse import contextlib -TRIES = 18 +TRIES = 20 LINE_UP = '\033[1A' LINE_CLEAR = '\x1b[2K' RED = 31