diff --git a/src/example-archive/check.sh b/src/example-archive/check.sh index c99cf6e2..2878ab60 100755 --- a/src/example-archive/check.sh +++ b/src/example-archive/check.sh @@ -45,7 +45,7 @@ check_file() { local expected_exit_code=$2 printf "[$file]... " - timeout 10 $CN "$file" > /dev/null 2>&1 + timeout 20 $CN "$file" > /dev/null 2>&1 local result=$? if [ $result -eq $expected_exit_code ]; then