Bump up hypothesis deadline some more

This commit is contained in:
Florian Bruhin 2017-09-25 21:20:30 +02:00
parent 4d4eee15d6
commit 5a080207ff

View File

@ -43,7 +43,7 @@ import qutebrowser.app # To register commands
# Set hypothesis settings
hypothesis.settings.register_profile('default',
hypothesis.settings(deadline=400))
hypothesis.settings(deadline=600))
hypothesis.settings.load_profile('default')