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 bb93e0c commit 1b4c098Copy full SHA for 1b4c098
scaletest/templates/scaletest-runner/scripts/run.sh
@@ -17,6 +17,7 @@ coder exp scaletest create-workspaces \
17
--count "${SCALETEST_PARAM_NUM_WORKSPACES}" \
18
--template "${SCALETEST_PARAM_TEMPLATE}" \
19
--concurrency "${SCALETEST_PARAM_CREATE_CONCURRENCY}" \
20
+ --timeout 5h \
21
--job-timeout 5h \
22
--no-cleanup \
23
--output json:"${SCALETEST_RESULTS_DIR}/create-workspaces.json"
0 commit comments