Skip to content

Commit

Permalink
round up the number of tries to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Bernardo committed Apr 19, 2024
1 parent ca61eca commit 201bda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results/wpt/check-results.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import argparse
import contextlib

TRIES = 18
TRIES = 20
LINE_UP = '\033[1A'
LINE_CLEAR = '\x1b[2K'
RED = 31
Expand Down

0 comments on commit 201bda9

Please # to comment.