Skip to content

Commit

Permalink
increase timeout, for handling rems-project/cerberus#365 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp526 committed Jul 17, 2024
1 parent b4398cd commit 8b4628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example-archive/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b4628e

Please sign in to comment.