Skip to content

Commit b941824

Browse files
committed
change timeout to 35
1 parent 2cf53a2 commit b941824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/example-archive/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ check_file() {
4545
local expected_exit_code=$2
4646

4747
printf "[$file]... "
48-
timeout 30 $CN "$file" > /dev/null 2>&1
48+
timeout 35 $CN "$file" > /dev/null 2>&1
4949
local result=$?
5050

5151
if [ $result -eq $expected_exit_code ]; then

0 commit comments

Comments
 (0)