We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b699c9 commit bf9c7c9Copy full SHA for bf9c7c9
.github/workflows/test-monai-deploy-express.yml
@@ -63,7 +63,10 @@ jobs:
63
run: |
64
curl -L -o sample.dcm "https://github.com/fo-dicom/fo-dicom/raw/refs/heads/development/Tests/FO-DICOM.Tests/Test%20Data/GH1146.dcm"
65
storescu -v -aet ORTHANC -aec MONAI-DEPLOY localhost 104 sample.dcm
66
- sleep 30s
+
67
+ - name: Wait for DICOM Data to be Processed
68
+ run: |
69
+ sleep 60s
70
71
- name: Verify Hello World Workflow Output
72
0 commit comments