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

increase timeout of integration tests

This commit is contained in:
Steffen Vogel 2017-07-07 09:57:36 +02:00
parent a32f51bb47
commit 6ccb8c674c

View file

@ -34,7 +34,7 @@ export PATH=${BUILDDIR}:${PATH}
VERBOSE=0
FILTER='*'
NUM_SAMPLES=100
TIMEOUT=1m
TIMEOUT=5m
# Parse command line arguments
while getopts ":f:l:t:v" OPT; do