mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-04 07:05:35 +00:00
Add safety timeouts
This commit is contained in:
@@ -53,6 +53,7 @@ jobs:
|
|||||||
unit-tests:
|
unit-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -79,6 +80,7 @@ jobs:
|
|||||||
basic-tests:
|
basic-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 25
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -117,6 +119,7 @@ jobs:
|
|||||||
playwright-tests:
|
playwright-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -158,6 +161,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
if: ${{ inputs.skip-pypuppeteer == false }}
|
if: ${{ inputs.skip-pypuppeteer == false }}
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -197,6 +201,7 @@ jobs:
|
|||||||
selenium-tests:
|
selenium-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -232,6 +237,7 @@ jobs:
|
|||||||
smtp-tests:
|
smtp-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -260,6 +266,7 @@ jobs:
|
|||||||
proxy-tests:
|
proxy-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -296,6 +303,7 @@ jobs:
|
|||||||
custom-browser-tests:
|
custom-browser-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -326,6 +334,7 @@ jobs:
|
|||||||
container-tests:
|
container-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
@@ -370,6 +379,7 @@ jobs:
|
|||||||
signal-tests:
|
signal-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: ${{ inputs.python-version }}
|
PYTHON_VERSION: ${{ inputs.python-version }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user