File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ metadata:
5
5
spec :
6
6
gitImplementation : go-git
7
7
interval : 10m
8
+ timeout : 2m
8
9
url : https://github.com/hashgraph/hedera-mirror-node.git
9
10
ref :
10
11
branch : main
@@ -19,6 +20,7 @@ metadata:
19
20
spec :
20
21
gitImplementation : libgit2
21
22
interval : 10m
23
+ timeout : 2m
22
24
url : https://github.com/hashgraph/hedera-mirror-node.git
23
25
ref :
24
26
branch : main
Original file line number Diff line number Diff line change @@ -137,5 +137,5 @@ kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready -
137
137
138
138
echo " Run large Git repo tests"
139
139
kubectl -n source-system apply -f " ${ROOT_DIR} /config/testdata/git/large-repo.yaml"
140
- kubectl -n source-system wait gitrepository/large-repo-go-git --for=condition=ready --timeout=2m
141
- kubectl -n source-system wait gitrepository/large-repo-libgit2 --for=condition=ready --timeout=2m
140
+ kubectl -n source-system wait gitrepository/large-repo-go-git --for=condition=ready --timeout=2m15s
141
+ kubectl -n source-system wait gitrepository/large-repo-libgit2 --for=condition=ready --timeout=2m15s
You can’t perform that action at this time.
0 commit comments