Skip to content

Commit

Permalink
test: optimized testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsahMohammad committed Apr 30, 2024
1 parent f1a67b6 commit 81834d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crawl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Test crawler and indexer
run: |
source .env/bin/activate
python3 -m src.phantom --num_threads 2 --urls "https://github.com/AnsahMohammad" "https://github.com/AnsahMohammad" --sleep 18
python3 -m src.phantom --num_threads 2 --urls "https://github.com/AnsahMohammad" "https://github.com/AnsahMohammad" --sleep 6
python3 -m nltk.downloader stopwords
python3 -m nltk.downloader punkt
Expand Down

0 comments on commit 81834d0

Please sign in to comment.