Add timeouts to our CI workflows (#2908)

This commit is contained in:
Chris Stewart 2021-04-17 17:56:19 -05:00 committed by GitHub
parent b1be3347c9
commit 4c859f1ad1
17 changed files with 17 additions and 0 deletions

View file

@ -1,4 +1,5 @@
name: Compile & Formatting
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Docs
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Linux 2.12 App, Chain, Node, and Core Tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Linux 2.12 KeyManager, Wallet, and DLC tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Linux 2.12 bitcoind, eclair, and lnd rpc tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Linux 2.13 App, Chain, Node, and Core Tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Linux 2.13 KeyManager, Wallet, and DLC tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Linux 2.13 bitcoind, eclair, and lnd rpc tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Linux 2.13 Scala.js tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Mac 2.13 bitcoind, eclair, and lnd rpc tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Mac 2.13 Wallet, Node, and DLC tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: PostgreSQL Tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Secp256k1 Disabled Core Test
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,4 +1,5 @@
name: Windows Tests
timeout-minutes: 60
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

View file

@ -1,5 +1,6 @@
# https://docs.docker.com/ci-cd/github-actions/
name: CI to Docker Hub
timeout-minutes: 60
on:
push:
branches: [master, main, adaptor-dlc]

View file

@ -1,6 +1,7 @@
# Docs:
# https://github.com/scalameta/sbt-native-image#generate-native-image-from-github-actions
name: Native Image bitcoin-s-cli
timeout-minutes: 60
on:
push:
branches: [master, main, adaptor-dlc]

View file

@ -1,4 +1,5 @@
name: Release
timeout-minutes: 60
on:
push:
branches: [master, main, adaptor-dlc]