Skip to content

Commit 1633644

Browse files
committed
Wait until mvn-repo is ready in ci
1 parent 0c290fa commit 1633644

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/test-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -e
44
scriptDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
55

66
testNamespace=scala3-community-build-test
7-
compilerBuilderTimeout=60m
87
projectBuilderTimeout=5m
98

109
kubectl delete namespace $testNamespace --ignore-not-found=true
@@ -13,6 +12,8 @@ kubectl create namespace $testNamespace
1312
CB_VERSION="test" \
1413
CB_K8S_NAMESPACE="${testNamespace}" \
1514
$scriptDir/start-mvn-repo.sh
15+
# Wait until ready
16+
sleep 30
1617

1718
function projectBuilderFailed() {
1819
jobName="$1"

0 commit comments

Comments
 (0)