Skip to content

Commit 191f7e5

Browse files
committed
chore: increase E2E test timeout due to use of data race check param
Signed-off-by: Jonathan West <jgwest@gmail.com>
1 parent ba3f891 commit 191f7e5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

hack/dev-env/start-e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -o pipefail
23

34
# Copyright 2025 The argocd-agent Authors
45
#

test/run-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ! kubectl config get-contexts | tail -n +2 | awk '{ print $2 }' | grep -qE '^
2121
exit 1
2222
fi
2323

24-
go test -count=1 -v -race -timeout 30m github.com/argoproj-labs/argocd-agent/test/e2e
24+
go test -count=1 -v -race -timeout 40m github.com/argoproj-labs/argocd-agent/test/e2e
2525

2626
# If we detect a data race in the 'make start-e2e' output, then fail here to cause the overall test job to fail.
2727
E2E_LOG="/tmp/argocd-agent-e2e-process-output.log"

0 commit comments

Comments
 (0)