diff --git a/.github/workflows/pikiwidb.yml b/.github/workflows/pikiwidb.yml index fb3f5ffe3..282f898e6 100644 --- a/.github/workflows/pikiwidb.yml +++ b/.github/workflows/pikiwidb.yml @@ -43,7 +43,7 @@ jobs: run: | cd ../tests go mod tidy - go test + go test -timeout 15m build_on_ubuntu: runs-on: ubuntu-latest @@ -67,4 +67,4 @@ jobs: run: | cd ../tests go mod tidy - go test \ No newline at end of file + go test -timeout 15m \ No newline at end of file