Skip to content

Commit

Permalink
Increase hypothesis deadline for default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Aug 12, 2024
1 parent ffc5ebd commit cb9cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/server/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Set a longer deadline on CI as the instances are a bit slower.
settings.register_profile("ci", max_examples=100, deadline=2000)
settings.register_profile("default", max_examples=10, deadline=1500)
settings.register_profile("default", max_examples=10, deadline=2000)
settings.register_profile("slow", max_examples=10, deadline=2000)
settings.load_profile(os.getenv("HYPOTHESIS_PROFILE", "default"))

Expand Down

0 comments on commit cb9cc7e

Please sign in to comment.