Skip to content

Increase node wait timeout to 5mins to allow for Cloud provisioned VMs to come online #1600

Increase node wait timeout to 5mins to allow for Cloud provisioned VMs to come online

Increase node wait timeout to 5mins to allow for Cloud provisioned VMs to come online #1600

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test_groovy:
name: Groovy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
java-version: '11'
distribution: 'temurin'
- name: Run Groovy Tests
run: |
cd pipelines
./gradlew --info test