Skip to content

Commit

Permalink
3 minute timeout for GH Actions
Browse files Browse the repository at this point in the history
Windows tests seem to be tight at 2 minutes.
  • Loading branch information
TooTallNate committed Apr 30, 2023
1 parent b3b08f9 commit 75b3130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false

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

steps:
- uses: actions/checkout@v3
Expand Down

1 comment on commit 75b3130

@vercel
Copy link

@vercel vercel bot commented on 75b3130 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents-tootallnate.vercel.app
proxy-agents.vercel.app
proxy-agents-git-main-tootallnate.vercel.app

Please sign in to comment.