Skip to content

Commit

Permalink
fix: bump go test timeout to 50min
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Oct 4, 2023
1 parent e19d7f1 commit f27e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ jobs:

- name: Run Soroban RPC Integration Tests
run: |
go test -race -timeout 25m -v ./cmd/soroban-rpc/internal/test/...
go test -race -timeout 50m -v ./cmd/soroban-rpc/internal/test/...

0 comments on commit f27e31f

Please sign in to comment.