1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix #832: Set CI timeout to 15 min

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2025-02-24 17:20:53 +01:00
parent 7b21c67b08
commit 0cf5db08c1

View file

@ -22,7 +22,7 @@ VERBOSE=${VERBOSE:-0}
FAIL_FAST=${FAIL_FAST:-0}
FILTER=${FILTER:-'*'}
NUM_SAMPLES=${NUM_SAMPLES:-100}
TIMEOUT=${TIMEOUT:-1m}
TIMEOUT=${TIMEOUT:-15m}
# Parse command line arguments
while getopts ":f:l:t:vg" OPT; do