Skip to content

Commit 7fef93a

Browse files
committed
increased delay to 90s
1 parent b06004c commit 7fef93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Start Practice Software Testing ToolShop Website with Docker Compose
5050
run: docker compose -f docker-compose-toolshop.yml up -d
5151

52-
- name: Sleep for 60 seconds
53-
run: sleep 60s
52+
- name: Sleep for 90 seconds
53+
run: sleep 90s
5454
shell: bash
5555

5656
- name: Create and Seed Database

0 commit comments

Comments
 (0)