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:
parent
7b21c67b08
commit
0cf5db08c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue