Skip to content

Commit

Permalink
Another timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Sep 24, 2024
1 parent 68ea5cb commit 92eab23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tour.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function url_case() {

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

0 comments on commit 92eab23

Please sign in to comment.