Skip to content

Commit 1d007a3

Browse files
committed
Revert "change timeout to 35"
This reverts commit b941824.
1 parent b941824 commit 1d007a3

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 35 $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)