Skip to content

Commit 1993c77

Browse files
authored
Add 10 min timeout to CI (#808)
1 parent 7d26e0c commit 1993c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
test:
1616
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.otp }})
1717
runs-on: ubuntu-20.04
18+
timeout-minutes: 10
1819
strategy:
1920
fail-fast: false
2021
matrix:

0 commit comments

Comments
 (0)