Skip to content

Commit bfcb6b8

Browse files
committed
Bump hypothesis deadline to 20s
Signed-off-by: Sebastian Berg <sebastianb@nvidia.com>
1 parent 7f2feba commit bfcb6b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

legateboost/test/test_with_hypothesis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
settings.register_profile(
1414
"local",
1515
max_examples=50,
16-
deadline=10000,
16+
deadline=20_000,
1717
verbosity=Verbosity.verbose,
1818
suppress_health_check=(HealthCheck.too_slow,),
1919
print_blob=True,

0 commit comments

Comments
 (0)