Skip to content

Commit 2b8456b

Browse files
authored
Merge pull request #3848 from jsiirola/url-fix
Extend url-check timeout to 30 seconds
2 parents 89ebf89 + dd0290e commit 2b8456b

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/test_branches.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
verbose: true
6565
# How many times to retry a failed request (defaults to 1)
6666
retry_count: 3
67+
# The timeout seconds to provide to requests, defaults to 5 seconds
68+
timeout: 30
6769
# Exclude:
6870
# - Jenkins because it's behind a firewall
6971
# - RTD because a magically-generated string triggers failures

.github/workflows/test_pr_and_main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
verbose: true
7676
# How many times to retry a failed request (defaults to 1)
7777
retry_count: 3
78+
# The timeout seconds to provide to requests, defaults to 5 seconds
79+
timeout: 30
7880
# Exclude:
7981
# - Jenkins because it's behind a firewall
8082
# - RTD because a magically-generated string triggers failures

.github/workflows/url_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
verbose: true
2727
# How many times to retry a failed request (defaults to 1)
2828
retry_count: 3
29+
# The timeout seconds to provide to requests, defaults to 5 seconds
30+
timeout: 30
2931
# Exclude:
3032
# - Jenkins because it's behind a firewall
3133
# - RTD because a magically-generated string triggers failures

doc/OnlineDocs/explanation/modeling_utils/preprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ programs (NLPs and MINLPs), as well as generalized disjunctive programs (GDPs).
77

88
This contributed package is maintained by `Qi Chen
99
<https://github.com/qtothec>`_ and `his colleagues from Carnegie Mellon
10-
University <http://capd.cheme.cmu.edu/>`_.
10+
University <https://capd.cheme.cmu.edu/>`_.
1111

1212
The following preprocessing transformations are available. However, some may
1313
later be deprecated or combined, depending on their usefulness.

0 commit comments

Comments
 (0)