Skip to content

Commit

Permalink
One more fix of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelronstrom committed Nov 14, 2024
1 parent 6df271b commit 61ad88a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ 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 @@ -104,7 +100,7 @@ jobs:
# Takes a few seconds before all connections are setup and started properly
- name: Wait for Rondis server to start properly
run: sleep 31
run: sleep5

# 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 61ad88a

Please sign in to comment.