diff --git a/cicd_testing/afl.yaml b/cicd_testing/afl.yaml
index 00de7c41270dd2a2598f267219ead9b504cba59a..5a5a0e7f477fe18f149a92088267249606a8377f 100644
--- a/cicd_testing/afl.yaml
+++ b/cicd_testing/afl.yaml
@@ -1,5 +1,5 @@
 name: 'baseline afl config'
-fuzzing-time: '30 minutes'
+fuzzing-time: '2 minutes'
 input-timeout: '30 seconds'
 memory-limit: '50 MB'
 num-cores: 2
diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh
index 1c72e74e72e3b6e93f35478afb3d4daa087f0994..859cae48a6ac25f3c0dd7163e1ec81a9ac5bd3ec 100755
--- a/cicd_testing/do-fuzz.sh
+++ b/cicd_testing/do-fuzz.sh
@@ -61,13 +61,16 @@ Machine details: $mach
 
 Full crash report is available here: $md
 
+[See job details](https://git.zephyr-software.com/opensrc/libehp/-/jobs/$CI_JOB_ID)
+[See pipeline details](https://git.zephyr-software.com/opensrc/libehp/pipelines/$CI_PIPELINE_ID)
+
 EOM
 		set -e
 		local title="Turbo found $crash_count bugs in libEHP on $date"
 
 
 		# finally post an issue
-		curl --request POST --data-urlencode "desc=$desc" --data-urlencode "title=$title" --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " "https://git.zephyr-software.com//api/v4/projects/$proj_id/issues?&labels=bug&assignee_ids[]=3"
+		curl --request POST --data-urlencode "description=$desc" --data-urlencode "title=$title" --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " "https://git.zephyr-software.com//api/v4/projects/$proj_id/issues?&labels=bug,turbo&assignee_ids[]=3"
 
 		echo "$crash_count count crashes found!"
 		exit 1