소스 검색

fix (cypress): set default command timeout to 20 seconds

version-14
Shivam Mishra 5 년 전
부모
커밋
53855cad1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cypress.json

+ 1
- 1
cypress.json 파일 보기

@@ -2,6 +2,6 @@
"baseUrl": "http://test_site_ui:8000",
"projectId": "92odwv",
"adminPassword": "admin",
"defaultCommandTimeout": 10000,
"defaultCommandTimeout": 20000,
"pageLoadTimeout": 15000
}

불러오는 중...
취소
저장