Skip to content

Commit

Permalink
Update timeout in pfcpsim (#62)
Browse files Browse the repository at this point in the history
Merge it to increase the timeout time
  • Loading branch information
thakurajayL authored Nov 22, 2022
1 parent 64474e9 commit 405b2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
version: v1.47.3
working-directory: pkg/pfcpsim
args: -v --config ../../.golangci.yml
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 20
env:
DOCKER_REPO: 'opennetworking/pfcpsim'

Expand Down

0 comments on commit 405b2e0

Please sign in to comment.