Reduce random testing attemps to avoid DrDr timeouts.
original commit: 3062efe47f3f4d72b30dd7bea280bdf7fd06c2d1
This commit is contained in:
parent
c01818f6b2
commit
2b2592d811
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user