Skip to content

Commit

Permalink
fix: test timeout set to 600s
Browse files Browse the repository at this point in the history
  • Loading branch information
nurali-techie authored Feb 4, 2025
1 parent 6310c85 commit ce0e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: DEEPSEEK_API_KEY=${{secrets.DEEPSEEK_API_KEY}} go test ./... -p=1
run: DEEPSEEK_API_KEY=${{secrets.DEEPSEEK_API_KEY}} go test ./... -p=1 -timeout=600s

0 comments on commit ce0e714

Please sign in to comment.