Skip to content

Commit

Permalink
add timeout (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Feb 26, 2024
1 parent 0d3ce5f commit e475120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:

- id: count_tests
run: |
data=$(sudo go test -v ./collectors ./processors ./dnsutils ./netlib ./loggers ./transformers ./pkgconfig ./pkglinker ./pkgutils ././ 2>&1 | grep -c RUN)
data=$(sudo go test -timeout 360s -v ./collectors ./processors ./dnsutils ./netlib ./loggers ./transformers ./pkgconfig ./pkglinker ./pkgutils ././ 2>&1 | grep -c RUN)
echo "Count of Tests: $data"
echo "data=$data" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e475120

Please sign in to comment.