Browse Source

Change timelimit cmd to SIGINT and reduce timeout to 2100s

master
Krisjanis Rijnieks 7 years ago
parent
commit
204dc135f8
  1. 2
      scripts/ci/rpi/build-script.sh

2
scripts/ci/rpi/build-script.sh

@ -3,7 +3,7 @@
echo "Begin build-script.sh"
date
timelimit -S 1 -t 2200 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
timelimit -S 2 -t 2100 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
date
sleep 10

Loading…
Cancel
Save