Skip to content

Commit

Permalink
test: timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Sep 12, 2024
1 parent 7a2a313 commit 728befb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bridge-e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ setup() {
echo "Running LxLy claim"

# The script timeout (in seconds).
timeout="10"
timeout="60"
start_time=$(date +%s)
end_time=$((start_time + timeout))

Expand All @@ -59,7 +59,7 @@ setup() {
exit 1
fi
run claim
sleep 40
sleep 10
done

assert_success
Expand Down

0 comments on commit 728befb

Please sign in to comment.