We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c23cf commit c9703a1Copy full SHA for c9703a1
run/django/e2e_test.py
@@ -54,6 +54,7 @@
54
ADMIN_NAME = "admin"
55
ADMIN_PASSWORD = uuid.uuid4().hex[:26]
56
57
+
58
@backoff.on_exception(backoff.expo, Exception, max_tries=3)
59
def run_shell_cmd(args: list) -> subprocess.CompletedProcess:
60
"""
0 commit comments