We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b5113 commit 3fb3515Copy full SHA for 3fb3515
.github/workflows/build_test_push.yaml
@@ -72,6 +72,10 @@ jobs:
72
$IMAGE_NAME \
73
tail -f /dev/null
74
75
+ # Takes a while for RonDB service to start properly
76
+ - name: Wait for RonDB service to start properly
77
+ run: sleep30
78
+
79
- name: Build Pink
80
run: docker exec -i $CONTAINER_NAME bash -c "cd pink && ./build.sh"
81
@@ -95,7 +99,7 @@ jobs:
95
99
96
100
# Takes a few seconds before all connections are setup and started properly
97
101
- name: Wait for Rondis server to start properly
98
- run: sleep 5
102
+ run: sleep 31
103
104
# Running this multiple times to check for memory leaks and that overwrites/updates/deletes work
105
- name: Run tests multiple times
0 commit comments