Skip to content

Commit

Permalink
chore(workflows) Increase server test timeout to 30 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
Rheeseyb authored and liady committed Dec 13, 2024
1 parent 5d81eb2 commit 7d59c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

test-server:
name: Test Server
timeout-minutes: 25
timeout-minutes: 30
runs-on: ubuntu-latest
env:
UTOPIA_SHA: ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

test-server:
name: Test Server
timeout-minutes: 25
timeout-minutes: 30
runs-on: ubuntu-latest
env:
UTOPIA_SHA: ${{ github.sha }}
Expand Down

0 comments on commit 7d59c1f

Please sign in to comment.