Merge pull request #222 from flatcar-linux/tormath1/timeout-em

kola/em: increase timeout
This commit is contained in:
Mathieu Tortuyaux 2022-02-22 18:04:31 +01:00 committed by GitHub
commit e63a191c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ fi
if [[ "${BOARD}" == "arm64-usr" ]]; then if [[ "${BOARD}" == "arm64-usr" ]]; then
PACKET_REGION="DA" PACKET_REGION="DA"
PARALLEL_TESTS="2" PARALLEL_TESTS="2"
timeout=10h timeout=15h
fi fi
# Run the cl.internet test on multiple machine types only if it should run in general # Run the cl.internet test on multiple machine types only if it should run in general