Skip to content

Commit bb652a4

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/e2e-ios.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ 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+
TEST_EXIT_CODE=$?
132+
echo "Exit with code: $TEST_EXIT_CODE"
133+
exit $TEST_EXIT_CODE
130134
131135
- name: Run E2E Tests
132136
id: run-tests

0 commit comments

Comments
 (0)