Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelronstrom committed Nov 14, 2024
1 parent 43b5113 commit 3fb3515
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
$IMAGE_NAME \
tail -f /dev/null
# Takes a while for RonDB service to start properly
- name: Wait for RonDB service to start properly
run: sleep30

- name: Build Pink
run: docker exec -i $CONTAINER_NAME bash -c "cd pink && ./build.sh"

Expand All @@ -95,7 +99,7 @@ jobs:
# Takes a few seconds before all connections are setup and started properly
- name: Wait for Rondis server to start properly
run: sleep 5
run: sleep 31

# Running this multiple times to check for memory leaks and that overwrites/updates/deletes work
- name: Run tests multiple times
Expand Down

0 comments on commit 3fb3515

Please sign in to comment.