Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit d7db009

Browse files
committed
fix test
1 parent 7a9e576 commit d7db009

File tree

1 file changed

+2
-2
lines changed
  • tests/integration/restricted

1 file changed

+2
-2
lines changed

tests/integration/restricted/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ kubectl -n ns-sourcegraph rollout status -w deployment/sourcegraph-frontend
6767

6868
kubectl -n ns-sourcegraph port-forward svc/sourcegraph-frontend 30080 &
6969
CLEANUP="kill $!; $CLEANUP"
70-
71-
curl --retry 2 --retry-delay 10 -m 30 http://localhost:30080
70+
sleep 2 # (initial delay in port-forward activating)
71+
curl --retry-connrefused --retry 2 --retry-delay 10 -m 30 http://localhost:30080

0 commit comments

Comments
 (0)