From 3dd365299998699ea681e1add306a5dc40e013c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 2 Mar 2019 02:32:28 +0100 Subject: [PATCH] Update test-job.sh --- examples/test-job.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/test-job.sh b/examples/test-job.sh index 957447f..747451e 100755 --- a/examples/test-job.sh +++ b/examples/test-job.sh @@ -29,11 +29,12 @@ pushd "$dir" git config user.email "bot@potassco.org" echo "start of benchmark output of job $JOB_KEY" > test-output - sleep 10 + sleep "$TIME" + echo "collected $FRUIT" start_time=$(date +%s%N) echo "end of benchmark output of job $JOB_KEY" >> test-output git add test-output - git commit -m "Test update" + git commit -m "Add results of job $JOB_KEY" git push end_time=$(date +%s%N) popd