mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-12 17:20:46 +00:00
.
This commit is contained in:
2
.github/workflows/generator-android.yml
vendored
2
.github/workflows/generator-android.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
except (requests.exceptions.RequestException, requests.exceptions.Timeout) as e:
|
||||
if attempt < 4:
|
||||
print(f"Timeout/Error occurred: {e}. Retrying in 5 seconds...")
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
else:
|
||||
print("Max retries reached. Failing.")
|
||||
raise e
|
||||
|
||||
8
.github/workflows/generator-linux.yml
vendored
8
.github/workflows/generator-linux.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
except (requests.exceptions.RequestException, requests.exceptions.Timeout) as e:
|
||||
if attempt < 4:
|
||||
print(f"Timeout/Error occurred: {e}. Retrying in 5 seconds...")
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
else:
|
||||
print("Max retries reached. Failing.")
|
||||
raise e
|
||||
@@ -687,7 +687,7 @@ jobs:
|
||||
except (requests.exceptions.RequestException, requests.exceptions.Timeout) as e:
|
||||
if attempt < 4:
|
||||
print(f"Timeout/Error occurred: {e}. Retrying in 5 seconds...")
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
else:
|
||||
print("Max retries reached. Failing.")
|
||||
raise e
|
||||
@@ -805,7 +805,7 @@ jobs:
|
||||
except (requests.exceptions.RequestException, requests.exceptions.Timeout) as e:
|
||||
if attempt < 4:
|
||||
print(f"Timeout/Error occurred: {e}. Retrying in 5 seconds...")
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
else:
|
||||
print("Max retries reached. Failing.")
|
||||
raise e
|
||||
@@ -922,7 +922,7 @@ jobs:
|
||||
except (requests.exceptions.RequestException, requests.exceptions.Timeout) as e:
|
||||
if attempt < 4:
|
||||
print(f"Timeout/Error occurred: {e}. Retrying in 5 seconds...")
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
else:
|
||||
print("Max retries reached. Failing.")
|
||||
raise e
|
||||
|
||||
2
.github/workflows/generator-windows-x86.yml
vendored
2
.github/workflows/generator-windows-x86.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
||||
except (requests.exceptions.RequestException, requests.exceptions.Timeout) as e:
|
||||
if attempt < 4:
|
||||
print(f"Timeout/Error occurred: {e}. Retrying in 5 seconds...")
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
else:
|
||||
print("Max retries reached. Failing.")
|
||||
raise e
|
||||
|
||||
2
.github/workflows/generator-windows.yml
vendored
2
.github/workflows/generator-windows.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
except (requests.exceptions.RequestException, requests.exceptions.Timeout) as e:
|
||||
if attempt < 4:
|
||||
print(f"Timeout/Error occurred: {e}. Retrying in 5 seconds...")
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
else:
|
||||
print("Max retries reached. Failing.")
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user