Skip to content

Commit f39a96c

Browse files
committed
bump timeout again
1 parent 8557ec5 commit f39a96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/example-archive/check.sh

+1-1
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 25 $CN "$file" > /dev/null 2>&1
48+
timeout 30 $CN "$file" > /dev/null 2>&1
4949
local result=$?
5050

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

0 commit comments

Comments
 (0)