Skip to content

Commit 51c0183

Browse files
authored
microservices-micronaut-hello-rest-maven job: increase timeout limit
1 parent 8e61092 commit 51c0183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/microservices-micronaut-hello-rest-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run:
1414
name: Run 'microservices/micronaut-hello-rest-maven'
1515
runs-on: ubuntu-latest
16-
timeout-minutes: 15
16+
timeout-minutes: 30
1717
strategy:
1818
matrix:
1919
java-version: ['25']
@@ -50,4 +50,4 @@ jobs:
5050
docker kill $container_id
5151
docker ps
5252
53-
docker images | grep micronaut
53+
docker images | grep micronaut

0 commit comments

Comments
 (0)