We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959da6a commit 46cc864Copy full SHA for 46cc864
.github/workflows/build-validation.yml
@@ -89,11 +89,7 @@ jobs:
89
done
90
echo "Durable Task Emulator is ready on port 4001"
91
# Give additional time for gRPC service to fully initialize after port is open
92
- echo "Waiting for gRPC service to fully initialize..."
93
- sleep 15
94
- echo "Verifying emulator container is still healthy..."
95
- docker ps | grep durabletask-emulator
96
- echo "Emulator initialization complete"
+ sleep 5
97
98
- name: Integration Tests with Gradle
99
run: ./gradlew integrationTest || echo "TEST_FAILED=true" >> $GITHUB_ENV
0 commit comments