Skip to content

Commit 0fb2491

Browse files
committed
increase the timeout for the ryr tests
(redex's default generation strategy changed to use more randomization, so these tests are probably affected by that)
1 parent 25afb41 commit 0fb2491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redex-test/redex/tests/ryr-test.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151

5252
(module+ test
5353
(module config info
54-
(define timeout 200)
54+
(define timeout 400)
5555
(define random? #t)))

0 commit comments

Comments
 (0)