Skip to content

Commit

Permalink
fix(ci): update go test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
happy-v587 authored Jul 9, 2024
1 parent a5a6845 commit c672cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pikiwidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
cd ../tests
go mod tidy
go test
go test -timeout 60m
build_on_ubuntu:
runs-on: ubuntu-latest
Expand All @@ -67,4 +67,4 @@ jobs:
run: |
cd ../tests
go mod tidy
go test
go test -timeout 60m

0 comments on commit c672cf1

Please sign in to comment.