Skip to content

Commit 74c1b82

Browse files
committed
fix: use valid UUID format for slow-startup extension
1 parent fef346a commit 74c1b82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deployment-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ jobs:
134134
- name: "7.0-stable-delayed"
135135
source: "download"
136136
luceeVersion: "7.0/stable/jar"
137-
delay: 30
137+
delay: 10
138138
- name: "6.2-stable-delayed"
139139
source: "download"
140140
luceeVersion: "6.2/stable/jar"
141-
delay: 30
141+
delay: 10
142142
# Build from source - immediate
143143
- name: "7.1-native-immediate"
144144
source: "build"
@@ -148,7 +148,7 @@ jobs:
148148
- name: "7.1-native-delayed"
149149
source: "build"
150150
artifactName: "7.1-native"
151-
delay: 30
151+
delay: 10
152152
steps:
153153
- name: Checkout
154154
uses: actions/checkout@v4

custom/deployment-tests/extensions/slow-startup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>
17-
<id>SLOW-STARTUP-TEST-0000-0000-000000000001</id>
17+
<id>494BBF83-C4B2-4D5B-8B355D181525BC16</id>
1818
<bundlename>slow.startup.extension</bundlename>
1919
<luceeCoreVersion>6.0.0.0</luceeCoreVersion>
2020
<label>Slow Startup Test Extension</label>

0 commit comments

Comments
 (0)