Skip to content

Commit bf9c7c9

Browse files
committed
test
Signed-off-by: Victor Chang <[email protected]>
1 parent 6b699c9 commit bf9c7c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-monai-deploy-express.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ jobs:
6363
run: |
6464
curl -L -o sample.dcm "https://github.com/fo-dicom/fo-dicom/raw/refs/heads/development/Tests/FO-DICOM.Tests/Test%20Data/GH1146.dcm"
6565
storescu -v -aet ORTHANC -aec MONAI-DEPLOY localhost 104 sample.dcm
66-
sleep 30s
66+
67+
- name: Wait for DICOM Data to be Processed
68+
run: |
69+
sleep 60s
6770
6871
- name: Verify Hello World Workflow Output
6972
run: |

0 commit comments

Comments
 (0)