Skip to content

Commit

Permalink
Updates timeout for argparse case
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkunz committed Apr 5, 2015
1 parent 4ccfb3a commit 9206a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proj3/test-cases
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
py-orig
py-after)))))))

(define (bin-proc-for-input pylex pyparse bin in [timeout 15])
(define (bin-proc-for-input pylex pyparse bin in [timeout 30])
(begin/timeout timeout
(let ([lex-proc (run pylex #:input in)])
(if (not (= (hash-ref lex-proc 'status) 0))
Expand Down Expand Up @@ -302,7 +302,7 @@
[exn:fail:timeout?
(thunk*
(error-msg "pydesugar1, pyparse, or pylex didn't exit after "
"15 seconds. This is likely because of an infinite "
"30 seconds. This is likely because of an infinite "
"loop bug in pydesugar1.")
(exit 1))])
(run-test-case diff? python3 pylex pyparse sxpy bin case)))
Expand Down

0 comments on commit 9206a7d

Please sign in to comment.