Merge pull request #549 from pjbgf/fix-test
e2e: Set timeout to fix intermittent errors
This commit is contained in:
commit
c99d0039d2
|
@ -5,6 +5,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
gitImplementation: go-git
|
gitImplementation: go-git
|
||||||
interval: 10m
|
interval: 10m
|
||||||
|
timeout: 2m
|
||||||
url: https://github.com/hashgraph/hedera-mirror-node.git
|
url: https://github.com/hashgraph/hedera-mirror-node.git
|
||||||
ref:
|
ref:
|
||||||
branch: main
|
branch: main
|
||||||
|
@ -19,6 +20,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
gitImplementation: libgit2
|
gitImplementation: libgit2
|
||||||
interval: 10m
|
interval: 10m
|
||||||
|
timeout: 2m
|
||||||
url: https://github.com/hashgraph/hedera-mirror-node.git
|
url: https://github.com/hashgraph/hedera-mirror-node.git
|
||||||
ref:
|
ref:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
|
@ -137,5 +137,5 @@ kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready -
|
||||||
|
|
||||||
echo "Run large Git repo tests"
|
echo "Run large Git repo tests"
|
||||||
kubectl -n source-system apply -f "${ROOT_DIR}/config/testdata/git/large-repo.yaml"
|
kubectl -n source-system apply -f "${ROOT_DIR}/config/testdata/git/large-repo.yaml"
|
||||||
kubectl -n source-system wait gitrepository/large-repo-go-git --for=condition=ready --timeout=2m
|
kubectl -n source-system wait gitrepository/large-repo-go-git --for=condition=ready --timeout=2m15s
|
||||||
kubectl -n source-system wait gitrepository/large-repo-libgit2 --for=condition=ready --timeout=2m
|
kubectl -n source-system wait gitrepository/large-repo-libgit2 --for=condition=ready --timeout=2m15s
|
||||||
|
|
Loading…
Reference in New Issue