Skip to content

Commit 899621f

Browse files
bensheldoneregon
authored andcommitted
Add 10 minute timeout to GitHub Actions
1 parent eae2851 commit 899621f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ concurrency:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
timeout-minutes: 10
1011

1112
strategy:
1213
fail-fast: false
@@ -33,6 +34,7 @@ jobs:
3334
isolated:
3435
name: "Test isolated"
3536
runs-on: ubuntu-latest
37+
timeout-minutes: 10
3638
strategy:
3739
fail-fast: false
3840
matrix:

.github/workflows/experimental.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
timeout-minutes: 10
1011

1112
strategy:
1213
matrix:

0 commit comments

Comments
 (0)