Skip to content

Commit

Permalink
change timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyang426 committed Jun 22, 2024
1 parent f086ab3 commit bbe6624
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 15m
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 15m

0 comments on commit bbe6624

Please sign in to comment.