diff --git a/hasty-hamiltonian.cabal b/hasty-hamiltonian.cabal
--- a/hasty-hamiltonian.cabal
+++ b/hasty-hamiltonian.cabal
@@ -1,7 +1,7 @@
 name:                hasty-hamiltonian
-version:             1.1.2
+version:             1.1.3
 synopsis:            Speedy traversal through parameter space.
-homepage:            http://jtobin.github.com/hasty-hamiltonian
+homepage:            http://github.com/jtobin/hasty-hamiltonian
 license:             MIT
 license-file:        LICENSE
 author:              Jared Tobin
diff --git a/test/Booth.hs b/test/Booth.hs
--- a/test/Booth.hs
+++ b/test/Booth.hs
@@ -13,5 +13,5 @@
 booth = Target target (Just gTarget)
 
 main :: IO ()
-main = withSystemRandom . asGenIO $ mcmc 10000 0.05 20 [0, 0] booth
+main = withSystemRandom . asGenIO $ mcmc 100 0.05 20 [0, 0] booth
 
