diff --git a/examples2/measurements/ameasure.xml b/examples2/measurements/ameasure.xml
index 0d824896300870fdf21756e0773400f5c2bef821..ce91fe20147b2d3e980357e684341c131f93c6e7 100644
--- a/examples2/measurements/ameasure.xml
+++ b/examples2/measurements/ameasure.xml
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
 <MeasurementProvisioner>
 	<Environment>
-		<WorkingDirectory>~/repositories/automata-library/bin-debug</WorkingDirectory>
-		<PipelineIterations>10</PipelineIterations>
+		<PipelineIterations>3</PipelineIterations>
 	</Environment>
 	<InputData>
 		<InputBatch>
-			<Generator id="1" alias="str 65536:2">./arand2 -t ST --length 65536 --terminals 2</Generator>
-			<Generator id="1" alias="str 65536:4">./arand2 -t ST --length 65536 --terminals 4</Generator>
-			<Generator id="1" alias="str 65536:26">./arand2 -t ST --length 65536 --terminals 26</Generator>
-			<Generator id="1" alias="str 65536:512">./arand2 -t ST --length 65536 --terminals 512 --integerSymbols</Generator>
+			<Generator id="1" alias="str 16384:2">./arand2 -t ST --length 16384 --terminals 2</Generator>
+			<Generator id="1" alias="str 16384:4">./arand2 -t ST --length 16384 --terminals 4</Generator>
+			<Generator id="1" alias="str 16384:26">./arand2 -t ST --length 16384 --terminals 26</Generator>
+			<Generator id="1" alias="str 16384:512">./arand2 -t ST --length 16384 --terminals 512 --integerSymbols</Generator>
 			<Generator id="2" alias="pat 32">./arand2 -t SST --length 32 -i $1</Generator>
 			<Generator id="2" alias="pat 128">./arand2 -t SST --length 128 -i $1</Generator>
 			<Generator id="2" alias="pat 512">./arand2 -t SST --length 512 -i $1</Generator>