Skip to content

Commit c87f442

Browse files
committed
chore: update timeout for api ready
1 parent 874b1bf commit c87f442

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e-ios.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ jobs:
126126
done
127127
128128
# Wait for galoy UI resource to be ready
129-
nix develop -c tilt wait --for=condition=Ready "uiresource/galoy" --timeout=10m
129+
echo "Waiting for Blink API to be ready..."
130+
nix develop -c tilt wait --for=condition=Ready "uiresource/galoy" --timeout=20m
131+
echo "Exit with code: $?"
130132
131133
- name: Run E2E Tests
132134
id: run-tests

0 commit comments

Comments
 (0)