Skip to content

Commit

Permalink
increase timeout on resolve commands
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwareus committed Oct 31, 2023
1 parent cb6cc37 commit a657aaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type="$1"

case $type in
"resolver")
go test -timeout 120s ./test/resolve/resolver_test.go
go test -timeout 180s ./test/resolve/resolver_test.go
;;
"maven")
go test -v ./test/callgraph/maven_test.go
Expand Down

0 comments on commit a657aaf

Please sign in to comment.