Skip to content

Commit

Permalink
Merge #120896
Browse files Browse the repository at this point in the history
120896: workflows: update initial delay from 2s to 3s r=rail a=rickystewart

There are still flakes here.

Epic: CRDB-8308
Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Mar 22, 2024
2 parents f50e8fc + fc35af1 commit 57cdd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/github/engflow-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# remote execution arguments to the invocation. You must call get-engflow-keys.sh
# before this.

ARGS='--config engflowpublic --tls_client_certificate=/home/agent/engflow.crt --tls_client_key=/home/agent/engflow.key --experimental_build_event_upload_retry_minimum_delay 2s --experimental_build_event_upload_max_retries 8'
ARGS='--config engflowpublic --tls_client_certificate=/home/agent/engflow.crt --tls_client_key=/home/agent/engflow.key --experimental_build_event_upload_retry_minimum_delay 3s --experimental_build_event_upload_max_retries 8'

if [ ! -z "$GITHUB_ACTIONS_BRANCH" ]
then
Expand Down

0 comments on commit 57cdd32

Please sign in to comment.