Skip to content

Commit e1f037b

Browse files
apaszkeGoogle-ML-Automation
authored andcommitted
Reduce the max_examples for splash attention tests
They are too expensive to run all the time. We have 25 test methods, so it's ok to drop the number of examples each one of them covers. PiperOrigin-RevId: 707124466
1 parent 3fc2371 commit e1f037b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pallas/tpu_splash_attention_kernel_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
raise unittest.SkipTest("these tests require hypothesis")
4141

4242
jax.config.parse_flags_with_absl()
43-
jtu.setup_hypothesis()
43+
jtu.setup_hypothesis(max_examples=5)
4444

4545
partial = functools.partial
4646
Draw = TypeVar("Draw", bound=Callable[[hps.SearchStrategy[Any]], Any])

0 commit comments

Comments
 (0)