We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c290fa commit 1633644Copy full SHA for 1633644
1 file changed
scripts/test-build.sh
@@ -4,7 +4,6 @@ set -e
4
scriptDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
5
6
testNamespace=scala3-community-build-test
7
-compilerBuilderTimeout=60m
8
projectBuilderTimeout=5m
9
10
kubectl delete namespace $testNamespace --ignore-not-found=true
@@ -13,6 +12,8 @@ kubectl create namespace $testNamespace
13
12
CB_VERSION="test" \
14
CB_K8S_NAMESPACE="${testNamespace}" \
15
$scriptDir/start-mvn-repo.sh
+# Wait until ready
16
+sleep 30
17
18
function projectBuilderFailed() {
19
jobName="$1"
0 commit comments