From 800a36cf53800e5dac7dcf1e8e2eac12c8ab573e Mon Sep 17 00:00:00 2001 From: Rajesh Reddy <59469656+rajesh-testsigma@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:32:27 +0530 Subject: [PATCH] Update shell-script.md Updated poll interval and maxium wait time. --- src/pages/docs/continuous-integration/shell-script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/continuous-integration/shell-script.md b/src/pages/docs/continuous-integration/shell-script.md index 4f68b737..6d39dd81 100644 --- a/src/pages/docs/continuous-integration/shell-script.md +++ b/src/pages/docs/continuous-integration/shell-script.md @@ -186,14 +186,14 @@ Now, let’s look at the script for the Unix shell: #********START USER_INPUTS********* TESTSIGMA_API_KEY=eyJhbGciOixxxxxxxxxxxxxxxTNpgv0w TESTSIGMA_TEST_PLAN_ID=2090 -MAX_WAIT_TIME_FOR_SCRIPT_TO_EXIT=1 +MAX_WAIT_TIME_FOR_SCRIPT_TO_EXIT=20 JUNIT_REPORT_FILE_PATH=./junit-report-$(date +"%Y%m%d%H%M").xml RUNTIME_DATA_INPUT="url=https://the-internet.herokuapp.com/login,test=1221" BUILD_NO=$(date +"%Y%m%d%H%M") #********END USER_INPUTS*********** #********GLOBAL variables********** -POLL_COUNT=30 +POLL_COUNT=60 SLEEP_TIME=$(((MAX_WAIT_TIME_FOR_SCRIPT_TO_EXIT*60)/$POLL_COUNT)) JSON_REPORT_FILE_PATH=./testsigma.json TESTSIGMA_TEST_PLAN_REST_URL=https://app.testsigma.com/api/v1/execution_results