diff --git a/experiments/jobscripts/testing/lin_sep.sh b/experiments/jobscripts/testing/lin_sep.sh
index 236984ac6c66515e6135d19b4b835a78dd6068dc..5b1454573fc79fa6e74ccacb8f06dc6a63410dae 100644
--- a/experiments/jobscripts/testing/lin_sep.sh
+++ b/experiments/jobscripts/testing/lin_sep.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-#SBATCH --job-name="MNIST (ECCCo)"
-#SBATCH --time=01:00:00
+#SBATCH --job-name="Test Lin Sep (ECCCo)"
+#SBATCH --time=00:20:00
 #SBATCH --ntasks=5
 #SBATCH --cpus-per-task=4
 #SBATCH --partition=compute
@@ -13,4 +13,4 @@ module load 2023r1 openmpi
 
 source experiments/slurm_header.sh
 
-srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi threaded n_individuals=48 n_runs=5 n_each=8 > experiments/logs/mnist.log
+srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi threaded n_individuals=48 n_runs=5 n_each=8 > experiments/logs/lin-sep.log
diff --git a/experiments/jobscripts/testing/mnist.sh b/experiments/jobscripts/testing/mnist.sh
index 4f1e7ba8e961678d6341467c88b9adf6bb7b49f0..566748f492c0f0087bd743d59afa9d603866eada 100644
--- a/experiments/jobscripts/testing/mnist.sh
+++ b/experiments/jobscripts/testing/mnist.sh
@@ -13,4 +13,4 @@ module load 2023r1 openmpi
 
 source experiments/slurm_header.sh
 
-srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=mnist output_path=results mpi threaded n_individuals=15 n_runs=5 n_each=16 > experiments/logs/mnist.log
+srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=mnist output_path=results mpi threaded n_individuals=10 n_runs=5 n_each=16 > experiments/logs/mnist.log