Skip to content

Commit d6ce194

Browse files
committed
fix(tests): Make tests more consistent
1 parent 3ee725d commit d6ce194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/run-integration-tests

100755100644
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ start() {
6060
else
6161
trace 'Starting the Prose Pod…'
6262
task local:run -- --detach --api=local --scenario="${SCENARIO_NAME:?}" --ephemeral
63+
for _ in $(seq 1 2); do
64+
sleep 1
65+
xh :8080/v1/version -q && return 0 || :
66+
done
67+
return 1
6368
fi
6469
}
6570

0 commit comments

Comments
 (0)