Reduce random testing attemps to avoid DrDr timeouts.

original commit: 3062efe47f3f4d72b30dd7bea280bdf7fd06c2d1
This commit is contained in:
Vincent St-Amour 2012-05-26 11:06:29 -04:00
parent c01818f6b2
commit 2b2592d811

View File

@ -121,5 +121,5 @@
#f 1000
(lambda ()
(redex-check tr-arith E (check-all-floats (term E))
#:attempts 1000
#:attempts 500
#:prepare exp->float-exp)))