Skip to content

Commit b654131

Browse files
committed
fix(ci): correct opi-test timeout by waiting after start
Signed-off-by: Mark Sanders <[email protected]>
1 parent 19a450e commit b654131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ services:
209209
opi-storage-test:
210210
condition: service_completed_successfully
211211
command: |
212-
sh -c 'exit 0'
212+
sh -c 'sleep 60 && exit 0'
213213
214214
networks:
215215
opi:

0 commit comments

Comments
 (0)