diff --git a/Examples/scatter2d/DodecahedraSAS.py b/Examples/scatter2d/DodecahedraSAS.py
index 60b26f573dae25f1e0cdfe5adb593bd309837d33..de550113c22335a96ae2adc2f4468cea6e402c98 100755
--- a/Examples/scatter2d/DodecahedraSAS.py
+++ b/Examples/scatter2d/DodecahedraSAS.py
@@ -14,7 +14,7 @@ def get_sample():
     m_particle = ba.HomogeneousMaterial("Particle", 6e-4, 2e-8)
 
     # Finite sample layer, contains particles in solution:
-    ff = ba.FormFactorDodecahedron(2*nm)
+    ff = ba.FormFactorDodecahedron(12*nm)
     particle = ba.Particle(m_particle, ff)
     layout = ba.ParticleLayout()
     layout.addParticle(particle)
@@ -33,7 +33,7 @@ def get_sample():
 
 def get_simulation(sample):
     # Beam from above (perpendicular to sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(90*deg, 0.0*deg))
+    beam = ba.Beam(1, 0.4*nm, ba.Direction(90*deg, 0.0*deg))
 
     # Detector opposite to source:
     detPos = 2000 # distance from sample center to detector in mm
diff --git a/Tests/ReferenceData/ExamplesMini/DodecahedraSAS.int.gz b/Tests/ReferenceData/ExamplesMini/DodecahedraSAS.int.gz
index b1c1f796cba69790a6087585254ad9c4523513a7..be8e0fd49b6836688742fd51a0f81e1a80f3c225 100644
Binary files a/Tests/ReferenceData/ExamplesMini/DodecahedraSAS.int.gz and b/Tests/ReferenceData/ExamplesMini/DodecahedraSAS.int.gz differ