Skip to content

Commit d809061

Browse files
chore: updated nightly test workflow state loading wait time (#12603)
Signed-off-by: Tom Zheng <[email protected]>
1 parent fd24e14 commit d809061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flow-node-performance-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
id: restore-old-signed-state
112112
run: |
113113
curl -X POST 'https://ci.preprod.hedera-devops.com/generic-webhook-trigger/invoke?token=${{ secrets.JENKINS_RESTORE_BACKUP }}&command=/devops-restore-backup&text=gs%3A%2F%2Fchillybin%2Fengnet1-state%2Fengnet1-node00%2F${{ vars.GS_STATE }}&user_id=${{ vars.SLACK_ID }}&user_name=${{ vars.SLACK_USER }}&channel_id=${{ vars.DEVOP_CHANNEL_ID }}&channel_name=${{ vars.DEVOP_CHANNEL_NAME }}'
114-
echo "Sleep 88 minutes for network to load"
115-
sleep 88m
114+
echo "Sleep 18 minutes for network to load"
115+
sleep 18m
116116
117117
- name: Run LogCLI to Wait for Network Active Again
118118
id: run-logcli-wait-network-active-again

0 commit comments

Comments
 (0)