diff --git a/diff3.cabal b/diff3.cabal
--- a/diff3.cabal
+++ b/diff3.cabal
@@ -1,5 +1,5 @@
 name:                diff3
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:            Perform a 3-way difference of documents
 homepage:            http://github.com/ocharles/diff3.git
 license:             BSD3
diff --git a/test/properties.hs b/test/properties.hs
--- a/test/properties.hs
+++ b/test/properties.hs
@@ -23,7 +23,7 @@
 
 main :: IO ()
 main =
-  let testOpts = mempty { topt_maximum_generated_tests = Just 5000 }
+  let testOpts = mempty { topt_maximum_generated_tests = Just 1000 }
       runner = mempty { ropt_test_options = Just testOpts }
   in defaultMainWithOpts
        [ testProperty "Can make changes in left document" leftChanges
