Skip to content

Commit 3fb3515

Browse files
Fix CI
1 parent 43b5113 commit 3fb3515

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_test_push.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
$IMAGE_NAME \
7373
tail -f /dev/null
7474
75+
# Takes a while for RonDB service to start properly
76+
- name: Wait for RonDB service to start properly
77+
run: sleep30
78+
7579
- name: Build Pink
7680
run: docker exec -i $CONTAINER_NAME bash -c "cd pink && ./build.sh"
7781

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

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

0 commit comments

Comments
 (0)