Skip to content

Commit

Permalink
Timeout GH Actions after 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 29, 2023
1 parent 7469cb8 commit de70a45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
fail-fast: false

runs-on: ${{ matrix.os }}
timeout-minutes: 2

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion README.md
@@ -1,6 +1,5 @@
Node.js HTTP Proxy Agents Monorepo
==================================
### Turn a function into an [`http.Agent`][http.Agent] instance
[![Build Status](https://github.com/TooTallNate/proxy-agents/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/proxy-agents/actions?workflow=Node+CI)

This monorepo contains various Node.js HTTP Agent implementations that operate over proxies using various protocols.
Expand Down

0 comments on commit de70a45

Please sign in to comment.