Skip to content

Commit

Permalink
Adjust test time for read_fasta
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed May 6, 2024
1 parent ed700d8 commit 22e6570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/data_handling_tests/test_read_fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import aaanalysis as aa
import warnings

# Set default deadline from 200 to 400
settings.register_profile("ci", deadline=400)
# Set default deadline from 200 to 800
settings.register_profile("ci", deadline=800)
settings.load_profile("ci")

FILE_IN = "valid_path.fasta"
Expand Down

0 comments on commit 22e6570

Please sign in to comment.