Skip to content

Commit

Permalink
chore: update timeout for api ready
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 12, 2024
1 parent 874b1bf commit bb652a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ jobs:
done
# Wait for galoy UI resource to be ready
nix develop -c tilt wait --for=condition=Ready "uiresource/galoy" --timeout=10m
echo "Waiting for Blink API to be ready..."
nix develop -c tilt wait --for=condition=Ready "uiresource/galoy" --timeout=20m
TEST_EXIT_CODE=$?
echo "Exit with code: $TEST_EXIT_CODE"
exit $TEST_EXIT_CODE
- name: Run E2E Tests
id: run-tests
Expand Down

0 comments on commit bb652a4

Please sign in to comment.