Skip to content

Commit

Permalink
fix timeout handling
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Sep 14, 2011
1 parent 9cc37c6 commit 64d2e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/betamax/Recorder.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class Recorder implements MethodRule {
try {
def handler = new ProxyHandler()
handler.interceptor = new RecordAndPlaybackProxyInterceptor(this)
handler.timeout = proxyTimeout

proxy.start(handler)

Expand Down

0 comments on commit 64d2e79

Please sign in to comment.