Skip to content

Commit

Permalink
Update tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Aug 4, 2024
1 parent d4f908f commit d3d4d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Run Tests
if: ${{ matrix.suite.name != 'GitHub Integration' || matrix.os == 'ubuntu' }}
run: go test github.com/jfrog/frogbot/v2/${{ matrix.suite.package }} -v -race -timeout 30m -cover
run: go test github.com/jfrog/frogbot/v2/${{ matrix.suite.package }} -v -race -timeout 40m -cover
env:
JF_URL: ${{ secrets.PLATFORM_URL }}
JF_ACCESS_TOKEN: ${{ secrets.PLATFORM_ADMIN_TOKEN }}
Expand Down

0 comments on commit d3d4d57

Please sign in to comment.