Skip to content

Commit

Permalink
(Fix) Increate CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed May 25, 2023
1 parent 4a58ebb commit 3396c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# following syntax:
# SOME_VAR: ${{ secrets.SOME_VAR }}
run: |
go test -v -cover ./zia -v -parallel 30 -timeout 60m
go test -v -cover ./zia -v -parallel 30 -timeout 120m
go mod vendor && go mod tidy
go build ./cli/ziaActivator.go
mv ziaActivator /usr/local/bin
Expand Down

0 comments on commit 3396c83

Please sign in to comment.