Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Sep 19, 2024
1 parent cf975b8 commit 6aa4e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/tour.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function url_case() {
ll="${5-note}"
echo "log level = ${ll}"
set +e
timeout 441 ./tester_build/clitester "${ll}" "${1}://${2}"
timeout 442 ./tester_build/clitester "${ll}" "${1}://${2}"
ec=$?
set -e
if [ ${ec} -eq 0 ]
Expand Down Expand Up @@ -101,7 +101,7 @@ function url_case() {

unstable_case() {
set +e
timeout 402 ./tester_build/clitester "ipns://${1}"
timeout 404 ./tester_build/clitester "ipns://${1}"
ec=$?
set -e
if [ ${ec} -ne 0 ]
Expand Down
Binary file not shown.

0 comments on commit 6aa4e9e

Please sign in to comment.