Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 4be0906

Browse files
committed
add timeout for thread leak test
1 parent 79e25c0 commit 4be0906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- run: mvn clean install javadoc:aggregate -DskipTests --no-transfer-progress -Pjavadoc-jdk-8u121,third-party-licenses
5555
- run: mvn exec:java -pl commercetools-internal-docs -Dexec.mainClass="introspection.rules.RulesMain" -Dexec.classpathScope="test"
5656
- run: mvn exec:java -pl commercetools-models -Dexec.mainClass="io.sphere.sdk.client.MainMethodThreadLeakTest" -Dexec.classpathScope="test"
57+
timeout-minutes: 5
5758
- run: mvn test verify --no-transfer-progress -Djava.util.logging.config.file=src/test/resources/logging.properties
5859
if: ${{ matrix.client_version == 'V1' }}
5960
env:

0 commit comments

Comments
 (0)