Skip to content

Commit 0ab9633

Browse files
committed
Wait 0 when running in debug mode
1 parent dcf589d commit 0ab9633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orchestrator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ run-debug:
4343
NODE_ID="testclient" \
4444
TEMPLATE_BUCKET_NAME=$(TEMPLATE_BUCKET_NAME) \
4545
ENVD_TIMEOUT=$(ENVD_TIMEOUT) \
46-
./bin/orchestrator
46+
./bin/orchestrator --wait 0
4747

4848
.PHONY: upload
4949
upload:

0 commit comments

Comments
 (0)