Skip to content

Commit f45f914

Browse files
committed
CI fixes
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 54f0cf2 commit f45f914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kcidev/libs/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def wrapper(
4545
f"Retrying request due to status {r.status_code} (attempt {retries}/{max_retries})"
4646
)
4747
# Delay before retrying, to prevent hammering the server with exponential backoff
48-
time.sleep(2 ** retries)
48+
time.sleep(2**retries)
4949
continue
5050
else:
5151
logging.error(

0 commit comments

Comments
 (0)