Skip to content

Commit f70099a

Browse files
committed
fix: 액션에서 서버 실행시 정상적으로 대기하도록 수정
1 parent 2ddaf34 commit f70099a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/process-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
CI: true
4141

4242
- name: Wait for server
43-
run: npx wait-on http://localhost:3000 --timeout 8000
43+
run: npx wait-on http://localhost:3000 --timeout 60000
4444

4545
- name: Run Cypress tests
4646
uses: cypress-io/github-action@v6

0 commit comments

Comments
 (0)